JavaFX how to change stage

后端 未结 4 1227
不知归路
不知归路 2021-01-31 11:51

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

4条回答
  •  难免孤独
    2021-01-31 12:39

    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.

提交回复
热议问题