kAWT Version 0.95

de.kawt
Class ProgressBar

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Canvas
              |
              +--de.kawt.ProgressBar

public class ProgressBar
extends Canvas


Constructor Summary
ProgressBar()
           
ProgressBar(int _max)
           
 
Method Summary
 Dimension getMinimumSize()
           
 Dimension getPreferredSize()
           
 void paint(Graphics g)
           
 void setMax(int _max)
           
 void setValue(int _curr)
           
 
Methods inherited from class java.awt.Component
addKeyListener, addMouseListener, addMouseMotionListener, contains, findComponentAt, getBounds, getFont, getFontMetrics, getGraphics, getHeight, getLocationOnScreen, getMaximumSize, getParent, getSize, getWidth, getX, getY, invalidate, isEnabled, isValid, isVisible, paintAll, processKeyEvent, processMouseEvent, proxyRequestFocus, repaint, repaint, requestFocus, setBackground, setBounds, setEnabled, setForeground, setLocation, setSize, setSize, setVisible, update, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressBar

public ProgressBar()

ProgressBar

public ProgressBar(int _max)
Method Detail

setValue

public void setValue(int _curr)

setMax

public void setMax(int _max)

getPreferredSize

public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Component

getMinimumSize

public Dimension getMinimumSize()
Overrides:
getMinimumSize in class Component

paint

public void paint(Graphics g)
Overrides:
paint in class Component

kAWT Version 0.95