0

I decided to develop my programming skills, so I started with simple JavaFx project. I've created a few views and now I want to implemment a Loading Page which can display progress in settings loading. I tried to create a Secondary Stage which has helped me with displaying this loading page but I don't know how can I close this stage/scene after loading and run my main stage which is a base to application window/views. Now I'm using only one stage and I'm switching between all scenes. All views are loading by create a new FXMLLoader and setting as a scene from previous scopes. Can anyone help me?

0 Answers0