Computer Science, asked by shivakantd15, 1 month ago

Going from one frame to another

Answers

Answered by Abhinavbm1831
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