control.setWidth(150).setHeight(20).setX((int) (width / 2 - size / 2) - 75/2).setY(top);
screen.attachWidget("Spoutcraft", control);
UUID fancyGraphics = control.getId();
top+=20;
control = new FancyGrassButton(fancyGraphics).setAlign(WidgetAnchor.TOP_CENTER);
control.setWidth(150).setHeight(20).setX(left).setY(top);
screen.attachWidget("Spoutcraft", control);
graphicCheckboxes.add((CheckBox) control);
control = new FancyCloudsButton(fancyGraphics).setAlign(WidgetAnchor.TOP_CENTER);