*/
GUIPanel slicesPanel = new GUIPanel(0f, 0f, tabbedPanel.getWidth(), (int) panelHeight, gui);
tabbedPanel.addTabbedPanel(slicesPanel, "slices","gui/GUI_TAB_SLICES_UP.png","gui/GUI_TAB_SLICES_DOWN.png", gui);
GLOBAL.toggleSetSlices = new GUIComponentSet();
toggle = new GUIToggle(posX, posY, button_width, button_height,
"gui/GUI_SLICE_SLICE_BUTTON.png", gui);
toggle.setComponentSet(GLOBAL.toggleSetSlices);
toggle.addActionListener(GLOBAL.uiTools, "selectTool",