Results 1 to 6 of 6
- 05-16-2009, 03:27 AM #1
Member
- Join Date
- Apr 2009
- Posts
- 49
- Rep Power
- 0
Multiple Panels in JFrame or JPanel
hey Guys,
I have to develop a simple GUI for an assignment and basically it involves a simple Graphics display centered in the Form (which I have done so far), and multiple Panels that have different inputs that I want to overlap one another once each has been used.
I.e. if I have four panels different panels that I want to be able to rotate between in the Bottom Right Hand Side of the Panel, how do I go about this?
That was probably a bit too ambiguous, basically I have any opening Panel, the user passes attributes and hits the 'OK' Button, once this event has occurred I want the original panel to 'disappear' and be replaced with a new Panel and so forth, how do I go about this?
I have designed each of the panels, but can't get them to 'overlap' so to speak,
Any help would be greatly appreciated, this has been driving me insane!!
Thanks in advance,
David
-
look at using a CardLayout
- 05-16-2009, 03:43 AM #3
Member
- Join Date
- Apr 2009
- Posts
- 49
- Rep Power
- 0
Hey Fuburable, thanks for the quick response, is there a way to use CardLayout without having the tab or dropdown box?
Thanks again,
David
-
Have you looked at the tutorial that is linked in my post? It will answer this and other questions that will come up. My suggestion: give it a try. If it doesn't work, or you have a problem with your code, then come on back, post your code, and we'll probably be able to help you. Good luck.
Last edited by Fubarable; 05-16-2009 at 04:11 AM.
- 05-16-2009, 07:54 AM #5
Member
- Join Date
- Apr 2009
- Posts
- 49
- Rep Power
- 0
[SOLVED]
Hey mate, thanks for your help - got it working !!
Thanks again,
David
-
Similar Threads
-
How to add JFrame inside JPanel
By niteshwar.bhardwaj in forum Java 2DReplies: 8Last Post: 12-13-2009, 08:41 PM -
problems with JPanel and JFrame
By v1nsai in forum New To JavaReplies: 13Last Post: 04-08-2009, 07:49 PM -
scroll a Jpanel in a JFrame
By nidhirastogi in forum SWT / JFaceReplies: 1Last Post: 09-07-2008, 03:42 AM -
Adding Multiple Panels and Single Scroll bar on the JFrame
By SANDY_INDIA in forum AWT / SwingReplies: 6Last Post: 07-28-2008, 06:04 PM -
Problem in adding Multiple Panels at the Specific positon on frame
By SANDY_INDIA in forum AWT / SwingReplies: 7Last Post: 07-09-2008, 12:06 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks