Fullscreen button freezes application when started with -splash
jost
jost0x2c at gmail.com
Wed Aug 28 02:23:32 PDT 2013
Hi,
this can easily be reproduced by
1. Creating a simple hello world app like
http://docs.oracle.com/javase/tutorial/uiswing/examples/start/HelloWorldSwingProject/src/start/HelloWorldSwing.java
2. Adding the fullscreen button via
com.apple.eawt.FullScreenUtilities.setWindowCanFullScreen(Window, boolean)
Now, when the application is started without -splash, the frame correctly
animates into fullscreen state after clicking the fullscreen button. Doing
the same with -splash specified on the command line renders the application
completely unresponsive. I tried against jdk8 b103.
I think this might be related to
http://bugs.sun.com/view_bug.do?bug_id=8006420, maybe someone could comment
if I should file a separate bug or if it should be added to 8006420.
--jost
More information about the macosx-port-dev
mailing list