Re: HP wrong, Linux right... right?

1998-10-28 Thread Robert Fitzsimons
d run starts. Maybe adding a Thread.yeild() just after the new Socket() would work. Below is the output with the changes I made to your code, which I ran on Linux JDK 1.1.6v5. Unblocking pause() Before notifyAll After notifyAll Before wait Hope this helps. Robert Fitzsimons > import

Re: jdk 1.1.x without X-windows support

1998-10-22 Thread Robert Fitzsimons
Hi Michal > > Can you point me to an appropriate place to see ? > http://www.blackdown.org/java-linux/rel/116/v5/README-1.1.6v5.html Look under the section Java Virtual Machine variations. Robert Fitzimons [EMAIL PROTECTED]

Re: jdk 1.1.x without X-windows support

1998-10-22 Thread Robert Fitzsimons
Hi Michal > Can you point me to an appropriate place to see ? http://www.blackdown.org/java-linux/rel/116/v5/README-1.1.6v5.html Robert Fitzimons [EMAIL PROTECTED]

Swing in JDK 1.2

1998-08-07 Thread Robert Fitzsimons
may in the future want to write a open source version of Swing, and I don't think it is right for us to put our code under com.sun.java.swing. The poll page is http://nigeria.wpi.com/cgi-bin/gwpoll/gwpoll/ballot.html Thanks Robert Fitzsimons [EMAIL PROTECTED]

Re: More problems extending an inner class

1998-06-17 Thread Robert Fitzsimons
Daniele Here is some code I put together showing the three forms of inner classes, this may help you understand what is going wrong. I also think your code didn't work because the was a logical error, with the events somewhere. Robert Fitzsimons [EMAIL PROTECTED] // Test.java import jav

Re: More problems extending an inner class

1998-06-17 Thread Robert Fitzsimons
Daniele Here is some code I put together showing the three forms of inner classes, this may help you understand what is going wrong. I also think your code didn't work because the was a logical error, with the events somewhere. Robert Fitzsimons [EMAIL PROTECTED] // Test.java import jav