I recently started working with JavaFX
at the Netbeans IDE. I come along with the Hello World examples as it is not that complicated, but there is one big thing that is totally annoying me:
As within my FXML
project, I have to Clean & Build the whole project before changes get applied.
- Is this normal?
- May I skip this?
Working on my Lenovo Yoga,
Clean & Build & Run
takes more than a minute! That's way to long for one single changed character.
I'm using:
- Netbeans version:
7.2.1
- Project type:
JavaFX FXML
- JDK:
7
Also, I can't select the Properties -> Build -> Compile -> Compile on Save
checkbox.