| javax.swing.JLabel net.sourceforge.squirrel_sql.fw.gui.OutputLabel
OutputLabel | public class OutputLabel extends JLabel (Code) | | JLabel component that shows its contents in a tooltip
and has a default preferred width of PREF_WIDTH.
author: Colin Bell |
Field Summary | |
final public static int | PREF_WIDTH Default preferred width. |
PREF_WIDTH | final public static int PREF_WIDTH(Code) | | Default preferred width.
|
OutputLabel | public OutputLabel()(Code) | | Default ctor.
|
OutputLabel | public OutputLabel(String text)(Code) | | Ctor specifying text.
Parameters: text - text to display in label. |
setText | public void setText(String text)(Code) | | Set labels text. Also set tooltip to the text.
Parameters: text - New text for label. |
|
|