org.apache.batik.apps.svgbrowser
public class StatusBar extends JPanel
Nested Class Summary | |
---|---|
protected class | StatusBar.DisplayThread
To display the main message |
Field Summary | |
---|---|
protected static ResourceBundle | bundle
The resource bundle |
protected StatusBar.DisplayThread | displayThread
The current display thread. |
protected String | mainMessage
The main message |
protected JLabel | message
The message label |
protected static ResourceManager | rManager
The resource manager |
protected static String | RESOURCES
The gui resources file name |
protected String | temporaryMessage
The temporary message |
protected JLabel | xPosition
The x position/width label. |
protected JLabel | yPosition
The y position/height label. |
protected JLabel | zoom
The zoom label. |
Constructor Summary | |
---|---|
StatusBar()
Creates a new status bar. |
Method Summary | |
---|---|
void | setHeight(float h)
Sets the height. |
void | setMainMessage(String s)
Sets the main message |
void | setMessage(String s)
Sets a temporary message |
void | setWidth(float w)
Sets the width. |
void | setXPosition(float x)
Sets the x position. |
void | setYPosition(float y)
Sets the y position. |
void | setZoom(float f)
Sets the zoom factor. |
Parameters: s the message
Parameters: s the message