| Author |
removing components
|
marko stone
Greenhorn
Joined: Oct 16, 2002
Posts: 23
|
|
hello i want remove all components from JPanel jp for add them there again with another values for remove i use jp.removeAll(); jp.repaint(); it's not work jp.revalidate() have same effect what's wrong ? thanks
|
 |
Ananth Murthy
Greenhorn
Joined: Sep 07, 2003
Posts: 2
|
|
|
The code is correct and works. I tested
|
 |
 |
|
|
subject: removing components
|
|
|