I am creating an application in JavaFX with SceneBuilder. But after built the project, when I open the .jar file in WinRAR, I saw that my application is still editable in Scene Builder because of open FXML file. FXML file is not encoded and can easily accessible in Java SceneBuilder.
How can I protect my project FXML and CSS file?
Here is the screenshot of my project and the fxml file that is accessible after built.