Webrev, refactoring graphics

2015-09-14 Thread David Hill
Refactor Javafx graphics module tests for clear separation of tests Note, the entire contents of the graphics module tests were refactored to be under package test. This means there is a lot of new/removed files showing. Files called *Shim.java are the new classes There are also some

Refactoring junit tests.

2015-09-14 Thread David Hill
Just a heads up regarding the changes to the junit test code. I have already refactored two of the modules junit test code (base & graphics), and plan to work through the rest in the coming weeks. This means that once a module is complete: New tests/resources will be under the the package

Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-14 Thread Guillaume Anctil
Hi, I recently upgraded to Windows 10 and I now have to resort to using a VM to use most of my JavaFX based apps since combo boxes causes the applications to hang when used. It seems like this bug as been reported but its cause might have been misrepresented and/or its severity misjudged. (

Re: Results of review of private JavaFX API for consideration to make public in JDK 9

2015-09-14 Thread Kevin Rushforth
Assuming your test program is in the unnamed module (meaning it is run from a jar file or directory of classes on the classpath), the following will work: java -XaddExports:javafx.graphics/com.sun.glass.ui=ALL-UNNAMED -- Kevin Benjamin Gudehus wrote: >And we will certainly need to use

FX verona forest for JEP 223

2015-09-14 Thread Kevin Rushforth
As some of you may have seen from the recent hg push notification, there is a new OpenJFX sandbox forest [1] for the FX changes needed for JEP 223 [2] (project Verona). This corresponds to the already-existing JDK verona-stage forest [3]. The FX side changes are fairly limited. Let me know if

Re: Bug: SceneAntialiasing.BALANCED flips the scene on Mac

2015-09-14 Thread Kevin Rushforth
Jose, Since Chien can easily reproduce it, he can file the bug for this one. If you do need to report a bug in the future, you do so here: http://bugs.java.com/ Thanks. -- Kevin José Pereda wrote: Hi Chien I'm not allow to do it, so I was going to ask... Please go ahead. Thank you, Jose

Re: Bug: SceneAntialiasing.BALANCED flips the scene on Mac

2015-09-14 Thread José Pereda
Thanks Chien, I will. Jose On Mon, Sep 14, 2015 at 10:36 PM, Chien Yang wrote: > Here is the link to the JIRA if you would like to track its progress: > > https://bugs.openjdk.java.net/browse/JDK-8136495 > > - Chien > > > On 9/14/15, 1:19 PM, Kevin Rushforth wrote: > >

Code Review Request For JDK-8136495: On es2 pipe, SceneAntialiasing.BALANCED flips scene affecting Mac and Linux platforms

2015-09-14 Thread Chien Yang
Hi Jim and Kevin, Please review the proposed fix: JIRA: https://bugs.openjdk.java.net/browse/JDK-8136495 Webrev: http://cr.openjdk.java.net/~ckyang/JDK-8136495/webrev.00/ Thanks, - Chien

Re: Most JavaFX apps unusable on Windows 10 (combo boxes bug)

2015-09-14 Thread Chris Nahr
Yes, I can confirm this bug is present when running on a Dell XPS 15 which does have both a touchscreen and an integrated Intel GPU for desktop display (HD 4600). The application hangs even though I'm using a mouse and not the touchscreen to click on the combo box. That's a catastrophic bug

Re: Bug: SceneAntialiasing.BALANCED flips the scene on Mac

2015-09-14 Thread Chien Yang
Here is the link to the JIRA if you would like to track its progress: https://bugs.openjdk.java.net/browse/JDK-8136495 - Chien On 9/14/15, 1:19 PM, Kevin Rushforth wrote: Jose, Since Chien can easily reproduce it, he can file the bug for this one. If you do need to report a bug in the

Re: Bug: SceneAntialiasing.BALANCED flips the scene on Mac

2015-09-14 Thread Chien Yang
Hi Jose, Thanks for the heads-up! I'm able to reproduce the bug on my Macbook Pro (retina display). I will file a JIRA on this if you haven't done it yet. Thanks, - Chien On 9/12/15, 7:34 AM, Kevin Rushforth wrote: > I haven't found any report of this at http://bugs.openjdk.java.net. Then