Can any body help about JInternalFrame

I want to refresh JInternalFrame.Because i am adding JLabel at runtime but with out refresh JInternalFrame new label cannot display.Please help me :(
[177 byte] By [leewaqar] at [2007-9-26 2:35:10]
# 1
hi,try the following:JInternalFrame frame;...frame.getContentPane().invalidate();frame.getContentPane().repaint(); best regards, Michael
Michael_Rudolf at 2007-6-29 10:01:02 > top of Java-index,Archived Forums,Java Programming...