button.addActionListener(GLOBAL.uiTools, "print",
UITools.VIEW_SHAPE_PACK);
button.setLabel("print");
button.label.align = GUILabel.CENTRE;
button.label.layout = GUILabel.UNDER_COMPONENT;
toolPanel.placeComponent(button);
button = new GUIButton(0, 0, button_width, button_height,
"gui/plot.png", null, gui);
button.addActionListener(GLOBAL.uiTools, "saveCraftRobo",
UITools.VIEW_SHAPE_PACK);