Do you know if there is a way to make Scene Builder work with Java classes instead of FXML files? (Java classes are much faster to load into a program than FXML. This is sometimes very useful when a page is very heavy). Otherwise, do you know a tool like Scene Builder that allows you to create a graphical interface easily but generating Java code rather than FXML files?
I know that there are tools to transform a .FXML file into a Java class but it requires an additional manipulation each time I add a graphical component to my page. It's not really practical.