java.lang.Object
com.jgoodies.forms.tutorial.building.FormDebugExample
- public final class FormDebugExample
- extends java.lang.Object
Demonstrates how to find bugs in the layout using
the FormDebugPanel and the FormDebugUtils.
The example also demonstrates efficient panel building with
the DefaultFormBuilder. The builder has been configured
to use a leading indent column.
- Version:
- $Revision: 1.12 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileNumberField
private javax.swing.JTextField fileNumberField
rfqNumberField
private javax.swing.JTextField rfqNumberField
blNumberField
private javax.swing.JTextField blNumberField
mblNumberField
private javax.swing.JTextField mblNumberField
customerKeyField
private javax.swing.JTextField customerKeyField
customerAddressField
private javax.swing.JTextField customerAddressField
shipperKeyField
private javax.swing.JTextField shipperKeyField
shipperAddressField
private javax.swing.JTextField shipperAddressField
consigneeKeyField
private javax.swing.JTextField consigneeKeyField
consigneeAddressField
private javax.swing.JTextField consigneeAddressField
departureCodeField
private javax.swing.JTextField departureCodeField
departurePortField
private javax.swing.JTextField departurePortField
destinationCodeField
private javax.swing.JTextField destinationCodeField
destinationPortField
private javax.swing.JTextField destinationPortField
deliveryDateField
private javax.swing.JTextField deliveryDateField
FormDebugExample
public FormDebugExample()
main
public static void main(java.lang.String[] args)
initComponents
private void initComponents()
- Creates and intializes the UI components.
buildPanel
public javax.swing.JComponent buildPanel()
- Builds the panel.