Re: ClassCastException from DoubleStringConverter

2019-04-02 Thread Andrew Munn
And if I change the column to String I get this: myColumn.setCellFactory(TextFieldTableCell.forTableColumn()); Exception in thread "JavaFX Application Thread" java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String a

ClassCastException from DoubleStringConverter

2019-04-02 Thread Andrew Munn
This happens in FX 11.0.2 and 12. I declare a column for Doubles... @FXML private TableColumn myColumn; When I add this code: myColumn.setCellFactory(TextFieldTableCell.forTableColumn(new DoubleStringConverter())); I get this exception: Exception in thread "JavaFX Application Thread" java.la

Re: Re: Fwd: JavaFX 11 on Raspberry Pi

2019-04-02 Thread thomas.manz+JFX
Thanks for the suggestion, I tried java-11.0.2 and java-12 from BellSoft but for both I still get the same result. The GUI is running but as soon as I press the button that starts to play the mp3 I get: Exception in thread "JavaFX Application Thread" java.lang.UnsatisfiedLinkError: no jfxmedia i

Call for IntelliJ IDEA user help

2019-04-02 Thread Diego Cirujano
Hi all, Christian and me are trying to improve the build.gradle file and it will let the diverse IDEs import it and it will allow us to remove the specific IDE files. If you are an IntelliJ IDEA user and you have at least Version 20.18.3, you can easily help us. Please, follow the following step

RFR: JDK-8221691: CSS font caching could be improved

2019-04-02 Thread Dean Wookey
Hi, Please review the fix for JDK-8221691: CSS font caching could be improved https://bugs.openjdk.java.net/browse/JDK-8221691 https://github.com/javafxports/openjdk-jfx/pull/424 Dean