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 / deepak pawar
you can use the following statment
to yhe next button action listner
this.setVisible(false);
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
In what context should the value of swing components be updated directly?
When we should go for codebase in applet?
What is the use of double buffering in swings?
Who created the swing?
What is the difference between swing and awt in java?
What is the use of swing in java?
Is swing part of core java?
What are the swing components?
What is awt and swing?
Which swing methods are thread-safe?
What is swing gui?
What are the benefits if Swing over AWT?
What is java swing components?
How to print in java swing application?
What is difference between jframe and swing?