Re: Java Web Start UI in JDK 8.0

2014-02-25 Thread Joe McGlynn
Hi Scott, The issue with multiple javaws versions (and one failing) should be reported through the main bug tracking system at bugs.java.com. I’ve attached the image to the bug report against FX. -- On Feb 25, 2014, at 4:34 AM, Scott Palmer wrote: > For the record, I discovered this whe

Re: Java Web Start UI in JDK 8.0

2014-02-25 Thread Joe McGlynn
Hi Scott, The issue with multiple javaws versions (and one failing) should be reported through the main bug tracking system at bugs.java.com. I’ve attached the image to the bug report against FX. -- On Feb 25, 2014, at 4:34 AM, Scott Palmer wrote: > For the record, I discovered this whe

Re: Java Web Start UI in JDK 8.0

2014-02-24 Thread Joe McGlynn
The dialogs for deployment (applets and web start) that are done in Java have parallel implementations in both FX and Swing. If it’s launching an FX app we use FX dialogs (and the reverse) to avoid loading both UI stacks unnecessarily. Can you add a screen shot to the bug so we can see what

Java Web Start UI in JDK 8.0

2014-02-24 Thread Scott Palmer
Is my suspicion correct that Java Web Start UI in Java 8 is done with Java FX? I just filed an issue in JIRA against the "deployment" component: https://javafx-jira.kenai.com/browse/RT-36003 and I wonder if that is the right place for it? (I was about to file another) Scott