Package ca.corbett.forms.demo
Class CustomFormFieldPanel
java.lang.Object
ca.corbett.extras.demo.panels.PanelBuilder
ca.corbett.forms.demo.CustomFormFieldPanel
A demo panel to show a custom FormField implementation - FontField. This started out as an example
FormField implementation, but it was good enough to actually include as a usable form field
within swing-forms.
- Author:
- scorbo2
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.corbett.extras.demo.panels.PanelBuilder
buildFormPanel, buildFormPanel, buildHighlightedHeaderLabel, createSnippetLabel, createSnippetLabel
-
Constructor Details
-
CustomFormFieldPanel
public CustomFormFieldPanel()
-
-
Method Details
-
getTitle
Description copied from class:PanelBuilderReturns a name for this PanelBuilder.- Specified by:
getTitlein classPanelBuilder- Returns:
- A hopefully descriptive name.
-
build
Description copied from class:PanelBuilderBuilds and returns the FormPanel (or technically any JPanel) for this builder.- Specified by:
buildin classPanelBuilder- Returns:
- A populated JPanel (or FormPanel).
-