Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jgoodies.forms.tutorial.building
Class FormDebugExample  view FormDebugExample download FormDebugExample.java

java.lang.Object
  extended bycom.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 $

Field Summary
private  javax.swing.JTextField blNumberField
           
private  javax.swing.JTextField consigneeAddressField
           
private  javax.swing.JTextField consigneeKeyField
           
private  javax.swing.JTextField customerAddressField
           
private  javax.swing.JTextField customerKeyField
           
private  javax.swing.JTextField deliveryDateField
           
private  javax.swing.JTextField departureCodeField
           
private  javax.swing.JTextField departurePortField
           
private  javax.swing.JTextField destinationCodeField
           
private  javax.swing.JTextField destinationPortField
           
private  javax.swing.JTextField fileNumberField
           
private  javax.swing.JTextField mblNumberField
           
private  javax.swing.JTextField rfqNumberField
           
private  javax.swing.JTextField shipperAddressField
           
private  javax.swing.JTextField shipperKeyField
           
 
Constructor Summary
FormDebugExample()
           
 
Method Summary
 javax.swing.JComponent buildPanel()
          Builds the panel.
private  void initComponents()
          Creates and intializes the UI components.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FormDebugExample

public FormDebugExample()
Method Detail

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.