List of usage examples for com.jgoodies.forms.builder PanelBuilder subclass-usage
From source file notifyosdplugin.EnhancedPanelBuilder.java
/** * @deprecated use util class after 3.0 * */ public class EnhancedPanelBuilder extends PanelBuilder {
From source file tvbrowsermini.EnhancedPanelBuilder.java
/**
* panel builder with additional methods for typical TV-Browser UI (e.g. settings tab)
* @deprecated use util.ui after 3.0 release
*
*
*/
From source file util.ui.EnhancedPanelBuilder.java
/**
* Panel builder with additional methods for typical TV-Browser UI (e.g. settings tab).<br>
* When using this class, you should normally use {@link #addParagraph(String)} to add a section to your settings tab
* and afterwards use {@link #addRow()} to add standard controls into the section. For lists and other large controls
* you may also use {@link #addGrowingRow()} instead.
* <br>Don't create rows with height settings yourself!