//top += 47;
}
RadioButton button;
button = (RadioButton) new FavorPerformanceButton("Favor Performance", message).setGroup(1).setAlign(WidgetAnchor.TOP_CENTER);
button.setWidth(150).setHeight(20).setX(left).setY(top);
button.setTooltip("Spoutcraft will attempt to provide smooth framerates, potentially at the cost of appearance.");
screen.attachWidget("Spoutcraft", button);
button.setSelected(Configuration.isAutomatePerformance() && Configuration.getAutomateMode() == 0);