I have 3 Jframe, when I click on first Jframe, it closes it and opens new, is there any way to call second jframe on this window?
Asked
Active
Viewed 17 times
0
-
Are you trying to set focus on a JFrame, https://stackoverflow.com/questions/641172/how-to-focus-a-jframe ? – Karol Dowbecki Jun 24 '19 at 11:06
-
Karol Dowbecki setVisible true or false is also an option – Ruben Geghamyan Jun 24 '19 at 11:12