Recover the state of Jframe1 when moved from JFrame1 and returning from Jframe 2 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Recover the state of Jframe1 when moved from JFrame1 and returning from Jframe 2

I have a 2 frames, namely Jframe1 and Jframe2. I want that when I return from Jframe2 to Jframe1 after moving from Jframe1 to Jframe2. Jframe1 consists of a textfield and a forward button and Jframe2 consists of a backward button. I have set defaultCloseOperation as Hide. But it doesn't seems to work. Coding for forward button this.setVisible(false); new Jframe2().setVisible(true); Coding for backward button this.setVisible(false); new Jframe1().setVisible(true);

9th Aug 2018, 3:54 PM
Siddharth Golecha
Siddharth Golecha - avatar
1 Answer
+ 3
post your code here...! i will help you. 🙂
9th Aug 2018, 7:32 PM
P∆WAN M∆URY∆
P∆WAN M∆URY∆ - avatar