added padding around label and text box elements
git-svn-id: svn://anubis/gvsu@461 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
587b120e58
commit
be378d3719
@ -63,6 +63,7 @@ class RetirementCalculatorPanel
|
|||||||
JComponent field;
|
JComponent field;
|
||||||
GridBagConstraints c = new GridBagConstraints();
|
GridBagConstraints c = new GridBagConstraints();
|
||||||
c.fill = GridBagConstraints.HORIZONTAL;
|
c.fill = GridBagConstraints.HORIZONTAL;
|
||||||
|
c.insets = new Insets(0, 4, 0, 4);
|
||||||
c.ipadx = 2;
|
c.ipadx = 2;
|
||||||
c.gridwidth = 1;
|
c.gridwidth = 1;
|
||||||
c.gridheight = 1;
|
c.gridheight = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user