[cp-patches] FYI: fixed isShowing in java.awt.Window

2005-05-18 Thread Roman Kennke
Bogdan Grigurescu discovered a bug in Classpath, which prevented AWT Windows from painting lightweight components. Attached is a simple testcase that demostrates this. The problem was that the Window was not considered as showing, because its parent Frame is not showing. I committed the attache

Re: [cp-patches] FYI: fixed isShowing in java.awt.Window

2005-05-19 Thread Michael Koch
On Wed, May 18, 2005 at 03:03:19PM +0200, Roman Kennke wrote: > Bogdan Grigurescu discovered a bug in Classpath, which prevented AWT Windows > from painting > lightweight components. Attached is a simple testcase that demostrates this. > > The problem was that the Window was not considered as sh