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
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