> is there a way to make other frames appear on the top of a full screen
> frame?
Kind of defeats the purpose of full screen exclusive mode, but anyway...
> in other words ,I want to place buttons in my full screen frame each
> one of them makes another frame to appear
> tanks.
You could use JInternalFrame, like the opening tab of SwingSet.
http://java.sun.com/docs/books/tutorial/uiswing/components/internalframe.html
Tom Hawtin
NOUR - 12 Mar 2007 10:11 GMT
thank you for your reply.
in fact I'm designing an application program that has many linked
frames and i wanted to make it look more professional by using full
screen mode .
so I need main frame that contains menus and buttoons which make the
other frames to appear(not over the whole screen).
I tried to do so using JFrame but they seem to appear in the back of
my full screen frame and i want them in front of it.
I think internal frame will solve this, thanks