I have been practising around with Java desktop appplications. At the moment I have a main form with a button. When I click this button I want a jpanel form to open which I already made.
I am inside the button Clicked event but I can not find out how to show this panel/form.
Do I need to call the form object and use a method or is it something more complicater?

