Re: JavaFX and it use of GTK3

2018-06-21 Thread Phil Race
If you are dependent on Qt, you won't run on systems that don't have Qt either. All software has dependencies .. GTK is what core JDK uses, Swing has a GTK L, we generally have used platforms which use GTK as our core platforms, for build, test, and support. -phil. On 06/20/2018 01:16 PM,

Re: How to use OpenJFX Early-Access Builds?

2018-06-21 Thread Michael Paus
How to run an application with the new separate JFX SDK was discussed in this thread: http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-May/021819.html Am 21.06.18 um 18:04 schrieb Thiago Milczarek Sayão: Hi, I am trying to use the openjfx early-access builds with openjdk as described

How to use OpenJFX Early-Access Builds?

2018-06-21 Thread Thiago Milczarek Sayão
Hi, I am trying to use the openjfx early-access builds with openjdk as described in http://jdk.java.net/openjfx/ (the page says to give feedback here). openjdk version "10.0.1" 2018-04-17 OpenJDK Runtime Environment (build 10.0.1+10-Ubuntu-3ubuntu1) OpenJDK 64-Bit Server VM (build

com.sun.javafx.perf.PerformanceTracker

2018-06-21 Thread Paul Ray Russell
1. I have a game which I'm trying to performance tune: I can obviously monitor how often I'm calling draw (draw rate), but I can't monitor how often the GPU is actually rendering (FPS) since the PerformanceTracker was removed from the JDK. I'm running FX at full speed

Re: Table Input

2018-06-21 Thread Michael Paus
But this does not seem to be available for people who already dare to use Java9++ :-( or did I miss something? Am 20.06.18 um 19:45 schrieb José Pereda: As Daniel points out, the TableView2 control is a Gluon contribution that has been merged recently to ControlsFX, but it hasn't been released

Re: Table Input

2018-06-21 Thread Rony G. Flatscher
José & Daniel, thank you very much for the information and links! ---rony On 20.06.2018 19:45, José Pereda wrote: > As Daniel points out, the TableView2 control is a Gluon contribution that has > been merged recently > to ControlsFX, but it hasn't been released yet. Actually there is a