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:
josh 2009-11-24 00:23:48 +00:00
parent 587b120e58
commit be378d3719

View File

@ -63,6 +63,7 @@ class RetirementCalculatorPanel
JComponent field;
GridBagConstraints c = new GridBagConstraints();
c.fill = GridBagConstraints.HORIZONTAL;
c.insets = new Insets(0, 4, 0, 4);
c.ipadx = 2;
c.gridwidth = 1;
c.gridheight = 1;