Re: Splash Screen Woes or Why doesn't setVisible(true) protect from setVisible(false)





Thank you, this was very helpful.

The app is starting the window in one thread and then spawning a new
thread where the hide window method is called. I believe this is a
problem.
In addtion the setVisible(false) must not be called too quickly after
the setVisible(true). I found that a delay of 500 ms is enough but less
than that (on this platform at least) leads to a white screen that
persists and never
goes away.

Thank you again for the FAQ. It's very helpful.

James Kimble

.