RE: Problems creating internal frames with Swing

2002-02-27 Thread Steve Graegert
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Amol Kulkarni > Sent: Wednesday, February 27, 2002 5:40 AM > To: [EMAIL PROTECTED] > Subject: Re: Problems creating internal frames with Swing > > > What is the problem here? If I compile

RE: Problems creating internal frames with Swing

2002-02-27 Thread Steve Graegert
I'm using Sun's JDK 1.3.1 for Windows and Compaq's JDK 1.3.1-1 for Alpha Linux. There are no problems with Linux but Windows doesn't like my code. I started debugging under Windows and realized that the instance of JInternalFrame is created and JDesktopPane's add() method is invoked, but with no

RE: Problems creating internal frames with Swing

2002-02-27 Thread Steve Graegert
> -Original Message- > From: Weiqi Gao [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 1:40 PM > > On Wed, 2002-02-27 at 03:01, Steve Graegert wrote: > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]] On Behalf Of A