Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+20 votes

I'm not sure if we are supposed to do so or not for the demo, but do I need to make a new fxml file if I want a 3rd and 4th window to show or is there a better approach to do so? I have looked for information about multiple scenes with one stage but I haven't found any great solutions. I would really appreciate some help!

asked in CSC305 Fall 2022 by (1 point)

1 Answer

+9 votes

If you right click the folder that has your current fxml files, hit new and then other, and under the javafx drop down menu you can add new fxml documents. Making another window will probably be your best option, although it isn't technically required for tomorrow's sprint, just that decent progress has been made on your project.

answered by (3.3k points)
0

Did that and it worked well! thank you!

...