Re: 3rd JDK for Linux/Intel available (OpenGroup)

1998-08-19 Thread Burkhard Perkens-Golomb
In article <[EMAIL PROTECTED]>, Vincent Trussart <[EMAIL PROTECTED]> writes: [...] > Latin1 letters works with swing's components ; not with plain awt components. > > I also found that the JMenu offset bug is present (this one is corrected in > jdk1.1.6v3). > > Are you sure that Latin1

JDK1.1.6-v2: appletviewer doesn't start

1998-07-10 Thread Burkhard Perkens
I've downloaded the JDK1.1.6-v2 on my Debian 2.0 and can't get a simple applet running: import java.applet.*; import java.awt.*; public class AppletTest extends Applet { public void paint(Graphics g) {;} } Works fine with JDK1.1.5 (I've to resize the window to see anything, but this bug shou