Public Methods | |
StatusBar () | |
Construct a StatusBar with a single (empty) line of text. More... | |
StatusBar (String text) | |
Construct a StatusBar with a single line of text. More... | |
void | print (String text) |
Replace the output of the statusbar with the given text. More... | |
void | append (String text) |
Append the given text to the output of the statusbar. More... | |
Dimension | getMinimumSize () |
Overrides Container interface. More... | |
Dimension | getPreferredSize () |
Overrides Container interface. More... |
|
Construct a StatusBar with a single (empty) line of text.
|
|
Construct a StatusBar with a single line of text.
|
|
Replace the output of the statusbar with the given text.
|
|
Append the given text to the output of the statusbar. Will replace the output if the statusbar has only a single line of text. |
|
Overrides Container interface.
|
|
Overrides Container interface.
|