tags:

views:

46

answers:

1

am having a JFrameform as my main page with several JButtons, i want if i click a button, another JFrame form appears and also find a way to navigate back to my main page from the opened Jframe form. which is the best way to go about it? My project is in Java>java Application

+1  A: 

You can store the jform references somewhere and call their methods as you like.

slipbull