All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----fr.l2f.gui.ToolBar
protected Panel buttonPanel
protected int size
protected int locationCounter
protected MediaTracker mediaTracker
protected int iBackWidth
protected int iBackHeight
protected int orientation
public ToolBar()
public ToolBar(int orientation)
public ToolBar(int orientation, int size)
public int getBarSize()
public void setLocationCounter(int location)
public void setOrientation(int orientation)
public Component[] getButtons()
public void addComponent(Component component)
public void addComponent(Component component, int Offset)
public void addSpace()
public void addSpace(int space)
public Dimension getMinimumSize()
public Dimension getPreferredSize()
public void trackImage(Image image)
public void waitForImages() throws InterruptedException
public void tryToWaitForImages()
public void paint(Graphics g)
All Packages Class Hierarchy This Package Previous Next Index