Package org.jsurveylib.gui.swing.util

Class Summary
Bag FOR INTERNAL USE ONLY.

Using this class saves you lots of keystrokes when slugging it out with GridBagLayout:

Container c = new JPanel(new GridBagLayout()); Bag b = new Bag(); <p/> // Add a label c.add(new JLabel("Foo"), b.cell(1,1)); <p/> // Add a textfield that spans several columns c.add(textfield, b.next().fillx().colspan(3)); <p/> // For the next row, add a big scrolling thing c.add(myScrollPane, b.nextRow().fillboth().colspan(4));

Copyright (c)2007, Daniel Kaplan

Bag.Spacer  
Browser FOR INTERNAL USE ONLY.

Copyright (c)2007, Daniel Kaplan

ChooserUtil FOR INTERNAL USE ONLY.

Copyright (c)2007, Daniel Kaplan