Top "Javafx-8" questions

JavaFX 8 (previously named JavaFX 3) introduces a new API for JavaFX technology.

Running JavaFX application with JDK 11+

If I understand Oracle's announcments JavaFX won't be included to the JDK beginning with JDK 11 and will be only available …

java javafx javafx-8 openjfx
General Exception handling in JavaFX 8

Given the controller of a Scene calls business code which raises an Exception. How can I handle those kind of …

java exception-handling javafx java-8 javafx-8
How to drag an undecorated window (stage) of JavaFX

I have this undecorated window: public static void initStartPage(final Stage primaryStage) { final Stage startPage = new Stage(); startPage.initStyle(StageStyle.…

javafx-2 javafx javafx-8
JavaFX-8 - How to get the row count of a TableView?

How is it possible to get the number of rows of a TableView in a TableCell? I tried .getTableRow(), but …

tableview javafx-8 rowcount tablecell
JavaFX: Align Buttons inside ButtonBar (using SceneBuilder or fxml)

I have a JavaFX ButtonBar with two Buttons (created via SceneBuilder). I want one of the buttons to be left-aligned …

java javafx javafx-8 fxml scenebuilder
Root hasn't been set Error with Java 8 Eclipse

Recently I installed Java 8 build 124 for my JavaFX application and I started getting these errors: javafx.fxml.LoadException: Root hasn't …

java macos javafx javafx-8 java-8
JavaFX - getScene() returns null

I just started using JavaFX Scene Builder to build a small application. It is made up of a controller class …

java nullpointerexception javafx-8
How to make canvas Resizable in javaFX?

In javaFX to resize a canvas there is no such method to do that, the only solution is to extends …

javafx canvas javafx-8 javafx-2 fxml
JavaFX8 - sun.util.logging.PlatformLogger not found Exception in NetBeans 8

I have recently installed JDK8 + Netbeans8 (downloaded the bundled setup from Oracle site) on my Windows 8.1 machine. When I create …

java netbeans javafx-8 netbeans-8
Javafxpackager: how do you set the "base JDK"?

When I run javafxpackager, I get the following warning/info: No base JDK. Package will use system JRE. It's not …

javafx-8