Hi!
Joi Ellis wrote:
> I am a linux geek and I regularly see this sort of behavior in apps
> written by inexperienced Java developers running windows. It seems that
> the heavyweight peers behave differently between *nix and Windows. Some
> actions which are separate method calls in Java are
On Sat, 10 Feb 2001, Miloslaw Smyk wrote:
> Hi!
>
> Yeah, one revalidate() call fixed it. Thanks!
Cool!
> And BTW, we do a lot of testing (and major part of development) on Linux,
> but in this particular case we assumed that GUI code generated by IBM's
> VisualAge was OK. Wrongly, as it turne
> > Make sure you are not mixing up light weight and heavy weight Java
> > components. There's a tutorial on this from www.javasoft.com
>
> If my understanding of light weight vs heavy weight is correct, it means
> awt components vs swing Jcomponents. This should not be a problem as I
> don't us
>
> Make sure you are not mixing up light weight and heavy weight Java
> components. There's a tutorial on this from www.javasoft.com
If my understanding of light weight vs heavy weight is correct, it means
awt components vs swing Jcomponents. This should not be a problem as I
don't use any swi
On Thu, 8 Feb 2001, Martin, Stephen wrote:
> I have a situation right now where I am experienceing it more often than not
> when
> trying to bring up a JOptionPane. I've tried a number of things, such as
> making sure that
> I do in the SwingEvent Thread, making sure I do it not in the Swing even
> > I often have a problem where my Swing windows get created messed up. I've
> > attached
> > a couple of gifs to show what I mean. This usually (if not always) happens
> > with a
> > frame or dialog is being created and is not 100% reproducible. My guess
> > would be that
> > it is the result o
m: Miloslaw Smyk [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 08, 2001 2:57 PM
> To: Martin, Stephen; [EMAIL PROTECTED]
> Subject: Re: Messed up swing windows
>
>
> "Martin, Stephen" wrote:
> >
> > I often have a problem where my Swing window
"Martin, Stephen" wrote:
>
> I often have a problem where my Swing windows get created messed up. I've
> attached
> a couple of gifs to show what I mean. This usually (if not always) happens
> with a
> frame or dialog is being created and is not 100% reproducible. My guess
> would be that
> it is