I put together a small JDesktop-based application which uses NEWT, and I'm finding that that I can consistently lock-up the application on a Windows platform.
The problem occurs when I perform the following steps:
1. Use the mouse to rotate the gears in an internal frame that does not have focus.
2. Use the mouse to rotate the gears in the internal frame which has focus.
3. Request focus on the first internal frame by selecting its title bar.
JDesktopDemo.java