An interface that defines the factory methods as used by the {@link com.jgoodies.forms.builder.PanelBuilder} and its subclasses.
The String arguments passed to the methods #createLabel(String)
, #createTitle(String)
, and #createSeparator(String, int)
can contain an optional mnemonic marker. The mnemonic and mnemonic index are indicated by a single ampersand (&). For example "&Save", or "Save &as". To use the ampersand itself duplicate it, for example "Look&&Feel".
@author Karsten Lentzsch
@version $Revision: 1.8 $
@see DefaultComponentFactory
@see com.jgoodies.forms.builder.PanelBuilder