Re: OpenJFX 11 is in Rampdown Phase Two (RDP2)

2018-08-08 Thread Kevin Rushforth
One more item of interest to developers who use the javafxports/openjdk-jfx GitHub sandbox repo [1] : I just pushed a new 'jfx-11' branch to GitHub. The 'jfx-11' branch will track changesets pushed to the HG openjfx/11-dev/rt repo in the same manner that the 'master' branch tracks changesets

JDK-8209015: Update Eclipse project files

2018-08-08 Thread Nir Lisker
Hi, After the removal of some dependencies on JDK modules the Eclipse classpath files should be updated to allow developers to work on Eclipse without needing to do tricky configuration themselves. Iv'e submitted a JBS issue [1] to track the progress. There were discussion about removing

Re: Swing module's module-info file

2018-08-08 Thread Nir Lisker
Yes, but since this thread was about the Swing module's module-info I'll start another thread with the link to the JBS issue I created a few days ago about Eclipse. On Wed, Aug 8, 2018 at 10:10 AM, Tom Schindl wrote: > Hi, > > On 08.08.18 08:55, Tom Schindl wrote: > > Hi Nir, > > > > I

Re: Swing module's module-info file

2018-08-08 Thread Tom Schindl
Hi, On 08.08.18 08:55, Tom Schindl wrote: > Hi Nir, > > I currently use the attached stash to make Eclipse compile all modules. > > Unfortunately I have to modify the following java-Files to get away > without any compile errors: > * Dialog => Added a method getDialog() instead of directly

Re: Swing module's module-info file

2018-08-08 Thread Tom Schindl
Hi Nir, I currently use the attached stash to make Eclipse compile all modules. Unfortunately I have to modify the following java-Files to get away without any compile errors: * Dialog => Added a method getDialog() instead of directly accessing the field * javafx.fxml => Add a static