I\'m using Netbeans 7.2 with Scene Builder 1.0 to develop a JavaFX application. I have my main screen set up, and I want to have it so I click a button and it\'ll close the main
Based on your question, recently I was working on developing an iOS equivalent NavigationController for JavaFX, using the simplest idea of push and dismiss views.
Let me share the code with the community: https://github.com/jalopezsuarez/javafx-screens
The idea, is to have a very very easy environment to help you change between screens.
Hope it helps you.