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 / guest
use the setVisible method to hide the frame.
i.e) this.setVisible(false);
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are differences between swing and awt?
Why swings are used in java?
How is parsing html used in swing?
What are heavy weight components ?
What are the components of swing in java?
Is swing an adjective?
What is the function of lightweight components used in swing?
What is the use of jcomponent class in swing?
What is an event handler in swing?
What is java awt and swing?
What is swing used for?
what are the steps required in creating an empty table drop?
Is swing still used in java?
What is the what is the difference between invokeandwait() and invokelater()? ?
Why should the implementation of any swing callback (like a listener) execute quickly?