screen.attachWidget("Spoutcraft", linebreak);
top += 6;
ArrayList<CheckBox> graphicCheckboxes = new ArrayList<CheckBox>();
control = new FancyGraphicsButton().setAlign(WidgetAnchor.TOP_CENTER);
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;