Why do Swing Apps got a gray screen ??
843804Jan 9 2005 — edited Jan 11 2005To all,
I don't know why when writing a large Swing App, it would sometimes got completely gray in color (ie. no UI is repainting and just a gray screen) especially after minimizing and then restoring it. (it is not hang up, you can get it work after some minutes of CPU processing......)
PS. This is the same when running NetBeans 4.0
I don't know if it is the problem with Microsoft Windows or not (hope not); but can anyone tell me what's the cause of this "gray screen" problem ???
I also read some articles about JavaBean component architecture for creating swing apps; I don't know if this will ease such a problem or not (I haven't implement any JavaBean architecture to my Swing app)
Thanks!
From Jason (Kusanagihk)