I am trying to open up another app on top of one that is already open. In other words, I have the initial app that does stuff, and I have a button on the window that, when clicked, should open up another window with performance and memory statistics.
Now is the part where I'm not sure exactly what to do. I have a listener to examine when the button is clicked, but how do I get it to load another FXML class (app?).
Both app classes are in different packages as well.