TestAWT

2003-03-05 Thread John Leuner
I was trying to debug a GTK peer crash with kissme and TestAWT, but while investigating this I noticed some strange behaviour for the Dialog window. Running this on the linux JDK from IBM and also on a Windows machine, I noticed that you have to push the OK button twice to close the Dialog window

Re: TestAWT

2003-03-06 Thread John Leuner
> Has anyone else seen this? > > The peers have all kinds of bugs. This is probably one. > > As I recall for me the dialog window never closes. > This probably means there is an additional bug in our AWT java code. > (I'm always running TestAWT against libgcj.) >

Re: TestAWT

2003-03-06 Thread Tom Tromey
John> But I don't know how to fix it, what is wrong with calling John> "dispose()" when the OK button is clicked? I think that is probably what we should do. Maybe calling hide() is better? dispose() destroys the peer. Looking at Sun's javadoc and comparing it to our Dialog.java, it looks like w

Re: TestAWT

2003-03-05 Thread Tom Tromey
een this? The peers have all kinds of bugs. This is probably one. As I recall for me the dialog window never closes. This probably means there is an additional bug in our AWT java code. (I'm always running TestAWT against libgcj.) Tom ___ Classpath ma