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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of jfc in java swing?
What is a component in swing?
How is multi-threading gets implemented using swing?
What are swing components?
How to create a swing gui in java?
What is an event handler in swing?
How is parsing html used in swing?
Is swing an adjective?
What is swing package in java?
Which types of components are used in designing swing based gui?
Why swings are used in java?
What is the mean of swing?
What is an event and what are the models available for event handling?
What is actionlistener in java swing?
What is the difference between swing and applet?