Need help!
In java swing, how can I jump back(open up) the hidden form from which the previous form had been generated?
Elaborating -> I made an object of form2 in form1, hid the 1st form and displayed the 2nd one. Now after a while I have to hide the form2 and open the original form1. How can I do that?