how to use Multiple GUI pages
I have a noob question here.
Im creating a program to keep track of my dvd collection. When it starts up it has a page with two Jbuttons. One listed to create a new record and one to view the titles currently owned. My question is how do i link this gui's page with an action so that when i click on the "New Movie" button for example it brings up the gui i created that allows me to enter in the information for the movie.
I used javafx to create the guis and they are each currently in their own separate JFrame form. Some guidance here would be great. Thanks