Re: White flashing when opening Dialogs, Menus etc.

2014-02-06 Thread Robert Krüger
Thanks! On Thu, Feb 6, 2014 at 5:26 PM, Roger Lewis wrote: > The bug can be found here > https://bugs.openjdk.java.net/browse/JDK-8033786 > > -Roger > > > On 2/5/14, 10:28 AM, Roger Lewis wrote: >> >> There is an issue with the outbound email that contains the ID. I will let >> you know when the

Re: White flashing when opening Dialogs, Menus etc.

2014-02-06 Thread Roger Lewis
The bug can be found here https://bugs.openjdk.java.net/browse/JDK-8033786 -Roger On 2/5/14, 10:28 AM, Roger Lewis wrote: There is an issue with the outbound email that contains the ID. I will let you know when the ID is ready. -Roger On 2/5/14, 10:13 AM, Sergey Bylokhov wrote: Hi, Robert.

Re: Getting OS X to Install Java 7 on App Launch

2014-02-06 Thread Michael Hall
On Feb 5, 2014, at 10:04 PM, Will Herrmann wrote: > Java is no longer installed by default on OS X, but fortunately if a user > tries to launch a Java app for the first time, they receive the following > message: "To open "Test App", you need a Java SE 6 Runtime. Would you like to > install on

Re: Getting OS X to Install Java 7 on App Launch

2014-02-06 Thread Christopher Brown
Hello, One Swing application that I am maintaining currently relies on the Apple JavaApplicationStub. Reading this thread, I'm wondering if I should look at https://java.net/projects/appbundler/pages/Home or look somewhere else (is it deprecated by the JavaFX packager)? With the upgrade of a Swi