JFrame invisible refuse to paint windows content tho everything else runs?
Wtf just happend?
I got tons of code I can NOT publish an example here. No possible way.
I only need to know, what are the common reasons that JFrames fucks up when painting it's contents?
It isnt hoged up as I can minimize and maximize, but it simply doesnt repaint anymore. Tho the repaint method is called over a 30 times per second.
It works when I add the jpanel with the game graphics in the begging.
If I remove the menu then add the game graphics panel, then it doesnt work.