java.lang.Object
com.jgoodies.forms.tutorial.building.DynamicRowsExample
- public final class DynamicRowsExample
- extends java.lang.Object
Combines the FormLayout with the PanelBuilder.
Columns and rows are specified before the panel is filled
with components. The builder's cursor is used to determine the location
of the next component. And the builder's convenience methods are used
to add labels and separators.
This panel building style is intended for learning purposes only.
The recommended style is demonstrated in the DefaultFormBuilderExample.
- Version:
- $Revision: 1.8 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identifierField
private javax.swing.JTextField identifierField
ptiField
private javax.swing.JTextField ptiField
powerField
private javax.swing.JTextField powerField
lenField
private javax.swing.JTextField lenField
daField
private javax.swing.JTextField daField
diField
private javax.swing.JTextField diField
da2Field
private javax.swing.JTextField da2Field
di2Field
private javax.swing.JTextField di2Field
rField
private javax.swing.JTextField rField
dField
private javax.swing.JTextField dField
locationCombo
private javax.swing.JComboBox locationCombo
kFactorField
private javax.swing.JTextField kFactorField
holesCheckBox
private javax.swing.JCheckBox holesCheckBox
slotsCheckBox
private javax.swing.JCheckBox slotsCheckBox
DynamicRowsExample
public DynamicRowsExample()
main
public static void main(java.lang.String[] args)
initComponents
private void initComponents()
- Creates and intializes the UI components.
createLocationComboBox
private javax.swing.JComboBox createLocationComboBox()
- Creates and returns a combo box for the locations.
buildPanel
public javax.swing.JComponent buildPanel()
- Builds the pane.