B
Big - Goofy
Hey all,
I have a JFrame and a JMenuBar at the top
from which I call the method New Game and the new Game opens in a new
JInternalFrame. Everything working perfect except from the menuBar.
Without the internalFrame I can see all the menuItems , with the
internalFrame I can see only the first menuItems coz the internal
frame overwrites the last ones.
What can i do to have the menuBar over the JInternalFrame??
thanks
I have a JFrame and a JMenuBar at the top
from which I call the method New Game and the new Game opens in a new
JInternalFrame. Everything working perfect except from the menuBar.
Without the internalFrame I can see all the menuItems , with the
internalFrame I can see only the first menuItems coz the internal
frame overwrites the last ones.
What can i do to have the menuBar over the JInternalFrame??
thanks