What is the best way to create a java application with multiple screens? For example, pressing a button switches to the next screen. Should I use a JFrame for each screen?
Thanks
What is the best way to create a java application with multiple screens? For example, pressing a button switches to the next screen. Should I use a JFrame for each screen?
Thanks