AWT bugs

2002-06-24 Thread John Leuner
There is a discrepancy between the behaviour of Classpath vs Sun AWT code. It seems that calling setVisible(true) on a Frame is not good enough to make it display. Calling show(), however, will cause the Frame to display. I'm testing with the GTK peers with the kissme JVM. Looking a bit

Re: AWT bugs

2002-06-24 Thread Tom Tromey
John == John Leuner [EMAIL PROTECTED] writes: John There is a discrepancy between the behaviour of Classpath vs Sun John AWT code. There are tons -- our AWT code isn't really complete and definitely isn't debugged. For instance, we don't use the tree lock anywhere (that I recall). John