com.toedter.components
Class JTitlePanel
JPanelcom.toedter.components.JTitlePanel
public class JTitlePanel
extends JPanel
A simple JPanel with a border and a title
$LastChangedRevision: 85 $, $LastChangedDate: 2006-04-28 13:50:52 +0200 (Fr, 28 Apr 2006) $
JTitlePanel(String title, Icon icon, JComponent content, Border outerBorder)- Constructs a titled panel.
|
label
protected JLabel label
northPanel
protected JPanel northPanel
JTitlePanel
public JTitlePanel(String title,
Icon icon,
JComponent content,
Border outerBorder) Constructs a titled panel.
title - the titlecontent - the JComponent that contains the contentouterBorder - the outer border
setTitle
public void setTitle(String label,
Icon icon)
Copyright B) 1999 - 2006 Kai Toedter.