Re:Re: Possible bug with awt

1998-06-03 Thread ams
On "06/03/98", "Carlos Cassino" wrote: > >Hi Bob. > >It does make sense a CPU usage around 95% since you >enter an infinite loop in your main thread: while (1==1); >Have you tried to just delete this line? > >Regards, >-- Cassino Thank you very much sir. It is always easier to find a bug if som

Possible bug with awt

1998-06-03 Thread ams
Hello to all. I am using JDK1.1.5v7 for Linux, and JDK1.1.6 for WindowsNT 4.0. I got the app below to compile in Windows, but not in Linux. Some- times a window pops up, other times nothing happens(but cpu usage is around 95%). I am running Glibc-2.0.7, with X 3.3.2.2. Any ideas or possible s