| javax.swing.JPanel com.jgraph.pad.dialog.JGraphpadGradientPanel com.jgraph.pad.dialog.JGraphpadHeaderPanel
JGraphpadHeaderPanel | public class JGraphpadHeaderPanel extends JGraphpadGradientPanel (Code) | | Panel with a right-aligned icon, title and optional subtitle with a gradient
background.
|
JGraphpadHeaderPanel | public JGraphpadHeaderPanel(ImageIcon icon, String title)(Code) | | Constructs a new header panel with no subtitle.
Parameters: icon - The icon to be displayed. Parameters: title - The title to be displayed. |
JGraphpadHeaderPanel | public JGraphpadHeaderPanel(ImageIcon icon, String title, String subtitle)(Code) | | Constructs a new header panel. If substitle is null then the no text area
will be added. Using the textarea allows the subtitle to contain special
characters, such as newlines (\n) and tabs (\t).
Parameters: icon - The icon to be displayed. Parameters: title - The title to be displayed. Parameters: subtitle - The subtitle to be displayed. |
Fields inherited from com.jgraph.pad.dialog.JGraphpadGradientPanel | protected Color startColorendColor(Code)(Java Doc)
|
|
|