I had various problems using fx:include with SceneBuilder - Version 8.1.1 I hope this report helps you figuring out what's going on. The whole sample code just contains fxml files - it does not matter ...
import com.jfoenix.controls.JFXTabPane; import javafx.application.Application; import javafx.geometry.Side; import javafx.scene.Scene; import javafx.scene.control ...
Upgrading a Swing-based app to JavaFX gives you access to the modern UI features of a RIA framework, as well as the ability to easily deploy your application in multiple environments. In this article, ...