screen.attachWidget("Spoutcraft", control);
graphicCheckboxes.add((CheckBox) control);
top += 22;
control = new BiomeColorsButton(fancyGraphics).setAlign(WidgetAnchor.TOP_CENTER);
control.setWidth(150).setHeight(20).setX(left).setY(top);
screen.attachWidget("Spoutcraft", control);
graphicCheckboxes.add((CheckBox) control);
control = new FancyFogButton(fancyGraphics).setAlign(WidgetAnchor.TOP_CENTER);