A subclass of JPanel to override the default Beans properties of a JPanel
Returns the title that is displayed along the top of this panels border (if it has one).
Returns true if this component is in an editing state.
Returns the FormBase object this component is associated with, or null
Returns true
if this panel has a border
Set the title that is displayed along the top of this panels border (if it has one) to the given String.
If the given boolean is true
then the panel will be
given a border, if is does not already have one. If the given
boolean is false
then the panel's border will be
removed, if it has one.