Example usage for com.jgoodies.forms.builder I15dPanelBuilder subclass-usage

List of usage examples for com.jgoodies.forms.builder I15dPanelBuilder subclass-usage

Introduction

In this page you can find the example usage for com.jgoodies.forms.builder I15dPanelBuilder subclass-usage.

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>