Hi,
I have another question. I’m switching out of fullscreen, waiting for the drawthread to finish (always stops in <100ms) and then i show a normal swing frame. i have 2 problems.
when coming back to fullscreenmode i show the fullscreen window, hide the swing frame, and start the draw thread. for some reason, they fight eachother for focus first then the swing frame goes. even though i call a toFront on the fullscreen window
when i start up the swing frame, it usually takes ~4-5 seconds to show up, can i speed this up any. from my debug messages i see that it called it, and ~5secs it shows up, all that time, the desktop is visible.
and sometimes, it doesn’t refresh the swing frame, oddly enough, till you mouseover. but fullscreenmode has been already terminated.