AppletTalk.com Forum Index AppletTalk.com
Java discussions newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

need help w/ extending jpanel width of pane

 
Post new topic   Reply to topic    AppletTalk.com Forum Index -> Java Help
View previous topic :: View next topic  
Author Message
Willian Irving Zumwalt
Guest





PostPosted: Wed Apr 28, 2004 7:14 pm    Post subject: need help w/ extending jpanel width of pane Reply with quote



Hey all,

I'm having a problem with the layout management of a JPanel. The panel
is not extending the full width horizontally of the tabbedpane in
which it is placed and all the controls are all bunched up together
inside the titled border of this JPanel.

Ideally, I'd like for my titled border of the JPanel to extend
horizontally the full width of the tabbed pane, and the controls
within that titled border/jpanel to be proportionatly across.

Any help/ideas much appreciated.

---
....
// the components of 'myPane' are the problem, they are
// not layed out horizontally, but rather, bunched up in the center
// and my titled border does not stretch across the entire pane, only
// around the controls.

myPane = new MyPane();
tabbedPane.addTab("myTopPanel", myPane);
....
rightSplitPanel.add(tabbedPane, BoderLayout.NORTH);

---

public class MyPane extends JPanel implements ..., ... {
....
public void createTopPanel() {
JComponent comp = new JPanel(new GridBagLayout());
GridBagConstraints c = new GridBagConstraints();
c.fill = GridBagConstraints.HORIZONTAL;
c.gridwidth = 1;
...
// lots of JTextFields, Combo's, Labels, etc... here
...
comp.setBorder(BorderFactory.createTitledBorder("blah"));
this.add(comp, BorderLayout.PAGE_START);
...
}
}
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AppletTalk.com Forum Index -> Java Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.