Going from one frame to another
Answers
Answered by
0
Answer:
You can navigate to a frame by creating its object and using setVisible method to display it. If you want to do it on a button click, write it inside its event handler.
Explanation:
Similar questions