multiple frames in Full screen mode

  • Follow


hi,is there a way to make other frames appear on the top of a full screenframe?in other words ,I want to place buttons in my full screen frame eachone of them makes another frame to appeartanks.
0
Reply micronour (7) 3/12/2007 8:03:06 AM

NOUR wrote:> 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.htmlTom Hawtin
0
Reply Tom 3/12/2007 8:27:11 AM


thank you for your reply.in fact I'm designing an application program that has many linkedframes and i wanted to make it look more professional by using fullscreen mode .so I need main frame that contains menus and buttoons which make theother frames to appear(not over the whole screen).I tried to do so using JFrame but they seem to appear in the back ofmy full screen frame and i want them in front of it.I think internal frame will solve this, thanks
0
Reply NOUR 3/12/2007 9:11:56 AM

2 Replies
188 Views

(page loaded in 0.099 seconds)

Similiar Articles:













7/24/2012 7:29:04 PM


Reply: