I have JFrame Form
like my main page with some JButtons
. I want if I click on JButton
another one will appear JFrame Form
and also find a way to go to the main page with open JFrame Form
. What is the best way to achieve this?
My project Java
>Java Application
a source
to share