I believe you need to do a frame.setVisible(true) if using jdk1.3 or
above. In jdk1.2 your code would have worked.

rahul
> Date: Tue, 20 Nov 2001 12:29:59 -0800
> 
> I am trying to get something to work (seems like it should) and for 
> some reason it's not :)  I want to create a MDI type app with one 
> 
>     // setup internal frame
>     JInternalFrame frame = new JInternalFrame("internal frame");
>     frame.setSize(200, 150);
>     frame.setBackground(Color.white);
> 
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to