control = new SignDistanceButton().setAlign(WidgetAnchor.TOP_CENTER);
control.setWidth(150).setHeight(20).setX(right).setY(top);
screen.attachWidget("Spoutcraft", control);
top +=22;
control = new AntiAliasingButton().setAlign(WidgetAnchor.TOP_CENTER);
control.setWidth(150).setHeight(20).setX(center).setY(top);
screen.attachWidget("Spoutcraft", control);
top += 22;