Hi
I have a strange Problem with Swing and the full screen exclusive mode. I wrote a NullRepaintManager so i can paint all the Comps by hand. I do the following in my render lopp:
fFrame.getLayeredPane().paintComponents(graphics);
This works just fine, I have a Menu with two Buttons and a BoxLayout. If I click the play Button I can play the game. Now the Problem: If I show a Welcome Message before I paint the Menu, the Menu is not visible. The Welcome Message paint a String with a special Font for two Seconds and after that, the Menu should be there but it isn’t. Have any one a idea?