List of usage examples for com.jgoodies.forms.builder I15dPanelBuilder subclass-usage
From source file org.openthinclient.console.util.DetailViewFormBuilder.java
/**
* Provides a means to build form-oriented panels quickly and consistently using
* the {@link FormLayout}. This builder combines frequently used panel building
* steps: add a new row, add a label, proceed to the next data column, then add
* a component.
* <p>