}
super.initGui();
buttonList.clear();
buttonList.add(new GuiButton(0, right - 55, bottom - 25, 50,20,"Request")); // Request
buttonList.add(new SmallGuiButton(1, right - 15 , guiTop + 5, 10 ,10 ,">")); // Next page
buttonList.add(new SmallGuiButton(2, right - 90 , guiTop + 5, 10, 10, "<")); // Prev page
buttonList.add(new SmallGuiButton(10, right - 148 , bottom - 15, 26, 10, "---")); // -64
buttonList.add(new SmallGuiButton(4, right - 148 , bottom - 26, 15, 10, "--")); // -10
buttonList.add(new SmallGuiButton(5, right - 132 , bottom - 26, 10, 10, "-")); // -1
buttonList.add(new SmallGuiButton(6, right - 86 , bottom - 26, 10, 10, "+")); // +1
buttonList.add(new SmallGuiButton(7, right - 74 , bottom - 26, 15, 10, "++")); // +10
buttonList.add(new SmallGuiButton(11, right - 86 , bottom - 15, 26, 10, "+++")); // +64
buttonList.add(new GuiCheckBox(8, guiLeft + 209, bottom - 60, 14, 14, Configs.DISPLAY_POPUP)); // Popup
buttonList.add(new SmallGuiButton(3, guiLeft + 210, bottom - 15, 46, 10, "Refresh")); // Refresh
buttonList.add(new SmallGuiButton(13, guiLeft + 210, bottom - 28, 46, 10, "Content")); // Component
buttonList.add(new SmallGuiButton(9, guiLeft + 210, bottom - 41, 46, 10, "Both"));
buttonList.add(new SmallGuiButton(20, right - 116, bottom - 41, 26, 10, "Sort")); // Sort
buttonList.add(new SmallGuiButton(14, guiLeft + 96, guiTop + 53, 10, 10, "+")); // +1
buttonList.add(new SmallGuiButton(15, guiLeft + 108, guiTop + 53, 15, 10, "++")); // +10
buttonList.add(new SmallGuiButton(16, guiLeft + 96, guiTop + 64, 26, 10, "+++")); // +64
buttonList.add(new SmallGuiButton(17, guiLeft + 173, guiTop + 5, 36, 10, "Hide")); // Hide
buttonList.add(Macrobutton = new SmallGuiButton(18, right - 55, bottom - 60, 50, 10, "Disk"));
Macrobutton.enabled = false;
if(search == null) search = new SearchBar(mc.fontRenderer, this, guiLeft + 205, bottom - 78, 200, 15);
search.reposition(guiLeft + 205, bottom - 78, 200, 15);