Class NamedBorderPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
AboutPanel, DebuggingPanel, DesktopShortcutPanel, JREPanel, JVMPanel, PolicyPanel, SecuritySettingsPanel, TemporaryInternetFilesPanel

public class NamedBorderPanel extends JPanel
This class provides the a panel that has a border with the name specified.
See Also:
  • Constructor Details

    • NamedBorderPanel

      public NamedBorderPanel(String title, LayoutManager layout)
      Creates a new instance of JPanel with a named border and specified layout.
      Parameters:
      title - Name to be displayed.
      layout - Layout to use with this panel.
    • NamedBorderPanel

      public NamedBorderPanel(String title)
      Creates a new instance of JPanel with a named border.
      Parameters:
      title - Name to be displayed.