Class jif.widgets.StatusBar
All Packages Class Hierarchy This Package Previous Next Index
Class jif.widgets.StatusBar
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----jif.widgets.StatusBar
- public class StatusBar
- extends Canvas
-
StatusBar()
-
-
addNotify()
-
-
clear()
-
-
getMetrics()
- Gets the font metrics of our font and stores some values for later
redrawing.
-
minimumSize()
-
-
paint(Graphics)
-
-
preferredSize()
-
-
setFont(Font)
- Set the font of the status bar
-
setText(String)
-
StatusBar
public StatusBar()
getMetrics
public void getMetrics()
- Gets the font metrics of our font and stores some values for later
redrawing.
addNotify
public void addNotify()
- Overrides:
- addNotify in class Canvas
clear
public void clear()
setFont
public void setFont(Font f)
- Set the font of the status bar
- Parameters:
- f - The font to use
- Overrides:
- setFont in class Component
setText
public void setText(String status)
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class Component
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Component
paint
public void paint(Graphics g)
- Overrides:
- paint in class Canvas
All Packages Class Hierarchy This Package Previous Next Index