com.toedter.components
Class JTitlePanel
JPanel
com.toedter.components.JTitlePanel
public class JTitlePanel
extends JPanel
A simple JPanel with a border and a title
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 - 2004 Kai Toedter.