public class EntryPane
extends java.lang.Object
| Constructor and Description |
|---|
EntryPane(EntryItem... items)
Creates an entry pane with no surrounding border lines.
|
EntryPane(java.lang.String borderTitle,
EntryItem... items)
Creates an entry pane with thin border lines and given title
text displayed at the top border line.
|
public EntryPane(EntryItem... items)
items - any number of EntryItems (of the same class)public EntryPane(java.lang.String borderTitle,
EntryItem... items)
borderTitle - the text displayed on the top border line (may be empty)items - any number of EntryItems (of the same class)public void setTitle(java.lang.String borderTitle)
borderTitle - the new border title. If the pane has no border,
nothing happenspublic javax.swing.JPanel getPane()