Is there a way to compile FXML files into binary?
My problem is that some FXML files are loading too long, and users are able to modify them within the JAR files.
Is there a way to compile FXML files into binary?
My problem is that some FXML files are loading too long, and users are able to modify them within the JAR files.
Currently, there is no support for binary FXML files out-of-the-box.
There is an issue filed for this however: https://bugs.openjdk.java.net/browse/JDK-8090360
Also e(fx)clipse was working on such a tool, but I don't know the status:
http://tomsondev.bestsolution.at/2013/08/29/convert-fxml-to-java-as-part-of-the-build/