Uses of Class
com.jgoodies.forms.builder.PanelBuilder
-
Packages that use PanelBuilder Package Description com.jgoodies.forms.builder Contains optional builder classes of the Forms framework. -
-
Uses of PanelBuilder in com.jgoodies.forms.builder
Subclasses of PanelBuilder in com.jgoodies.forms.builder Modifier and Type Class Description classDefaultFormBuilderProvides a means to build form-oriented panels quickly and consistently using theFormLayout.classI15dPanelBuilderA general purpose builder class that uses the FormLayout to lay out JPanels.Methods in com.jgoodies.forms.builder that return PanelBuilder Modifier and Type Method Description PanelBuilderPanelBuilder. background(java.awt.Color background)Sets the panel's background color and the panel to be opaque.PanelBuilderPanelBuilder. border(java.lang.String emptyBorderSpec)Sets the panel's border as an EmptyBorder using the given specification for the top, left, bottom, right in DLU.PanelBuilderPanelBuilder. border(javax.swing.border.Border border)Sets the panel's border.PanelBuilderPanelBuilder. focusTraversal(java.awt.FocusTraversalPolicy policy)Sets the panel's focus traversal policy and sets the panel as focus traversal policy provider.PanelBuilderPanelBuilder. labelForFeatureEnabled(boolean b)Enables or disables the setLabelFor feature for this PanelBuilder.PanelBuilderPanelBuilder. opaque(boolean b)Sets the panel's opaque state.
-