JInternalFrame Hidden

Hello All. I have a little problem, where I create a JInternalFrame and add it to a JDesktopPane. The problem is, the JIntenalFrame I created doesn't appear until I resize the main window (the JDesktopPane). I was wondering if anyone has had this problem, or could possibly give me any suggestions. Thanks.

[321 byte] By [CWTrustno] at [2007-9-26 16:50:14]
# 1
Hi,It may be worth checking that your InternalFrame is set visible by setVisible(true) as of 1.3. - I'm not sure if this is your problem but worth a mention.Could you post any code?MattJava Developer Technical SupportSun Microsystems.
math at 2007-7-2 20:48:02 > top of Java-index,Archived Forums,Swing...