On Mon, 31 Aug 1998, Ninewands wrote:
> Which Window Manager(s) was/were used in developing the JDK 1.1.6v2 AWT?
> I am using KDE, and whenever my application opens a window, it fades out
> as if the KDE desktop was painting over it ...
>
> I am trying to figure out if the problem is in Java, the Window Manager
> of my application (ICQJava).
It is at least somewhat related to KDE. I had the same problems using KDE,
but I have switched to fvwm2 (phew!). It seems the hidden-window problem
is gone. Btw, the bug is related to a call to Frame.setResizable(false).