linebreak.setTopColor(grey);
linebreak.setX(width/2 - 318 / 2).setY(top).setHeight(3).setWidth(318);
screen.attachWidget("Spoutcraft", linebreak);
top += 6;
control = new ReplaceToolsButton().setAlign(WidgetAnchor.TOP_CENTER);
control.setWidth(150).setHeight(20).setX(left).setY(top);
screen.attachWidget("Spoutcraft", control);
control = new ReplaceBlocksButton().setAlign(WidgetAnchor.TOP_CENTER);
control.setWidth(150).setHeight(20).setX(right).setY(top);