Loading the list of modules on OS X / Java 7 allows the user to browse, and then the screen repaints briefly to show the list, then resets to blank.
In addition the following compiler warning is given:
2013-06-27 10:52:42.043 java[57575:707] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
2013-06-27 10:52:42.045 java[57575:707] *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
S