I've been encountering an issue with IntelliJ. Every time I save a change to some FXML I'm editing, the changes are removed upon executing the program.
For instance, I will change the 50.0 above into 160.0, and once I run the program the code changes back to 50.0. I've also attached a picture of the project explorer as it may suggest something with Verison Control.
Evidently some of the colors are not as normal. I imported the project from a Gradle off of a shared GitHub Repo. Thanks!
You are in the build
folder which contains generated files.
You changed that file, but then it was overwritten. You need to identify the source file and to make that change there if you want to have something persistent.