I have created 2 menus using JForms.
I have two buttons in the 1st menu (menu1.java)
I want to go to the second menu (GUI of menu2.java) whenever I press button 1 in menu1.java.
How can I do that. What should I write in the actionListener func for button1?