When i m clicking on next another frame is open but i want
to hide the previous frame...........but it is not
happening....still both frame are visible........how to
make one frame to hide.......please help me.......
Answer Posted / prerna keshari
You certainly don't want to destroy frame1, so do not use
despose(). just use setVisible() method and provide the
argument as false.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the function of abstractaction class?
Is swing an api?
What is the difference between applications and applets?
What is swing in java javatpoint?
What is import javax swing * used for?
How to render an html page using only swing.
What is the difference between a scrollbar and a jscrollpane ?
What is event in java swing?
What is java swing gui?
How to move from one page to another in java swing?
Is java swing a framework?
What is the relationship between clipping and repainting?
What is an event in Swing?
What is an event handler in swing?
What are the advantage of swing over awt?