rero.gui

Class GraphicalToolbar

public class GraphicalToolbar extends JToolBar

Field Summary
static ImageIcon[]images
protected LinkedListtools
Constructor Summary
GraphicalToolbar()
Method Summary
voidrefresh()
static voidstartup()
static voidstateChanged()
this method is cheating and I should feel very guilty for doing my toolbar code like this, I'll probably pay for it later

Field Detail

images

public static ImageIcon[] images

tools

protected LinkedList tools

Constructor Detail

GraphicalToolbar

public GraphicalToolbar()

Method Detail

refresh

public void refresh()

startup

public static void startup()

stateChanged

public static void stateChanged()
this method is cheating and I should feel very guilty for doing my toolbar code like this, I'll probably pay for it later