Focus Listener problem...
I am working on a game. On one frame in its own file I made a JFrame. I added a JMenuBar and a couple of JMenus to the menu bar. Then I added gradient paints to the screen. The gradient painted areas are erased whenever the menu's are clicked on. Is there any way that I could add a focus listener or something to the menu bar or that area so that when it is clicked on I can have the graphics repaint to refresh the area that is white?
Thanks for any help in advance...
Fury

