Oracle’s Java SE 8u40 update release notes document identifies several new JavaFX features in its discussion of this update’s various enhancements and bug fixes. The new features include accessibility ...
package com.mycompany.lh; import javafx.application.Application; // Import the JavaFX Application class import javafx.scene.Scene; // Import the JavaFX Scene class import javafx.scene.layout.HBox; // ...