How to reload a form in a JFrame? I have two forms, form1 and form2:
- form1links to- form2using:- new form2().show(); this.setVisible(false);
- form2links to- form1is success
- The problem is when - form1- form2links to existing data are not shown.
I want to ask is there any other way than setVisible() method because it seems just to hide it.
 
     
     
    