int left = (int)(width / 2 - 155);
int right = (int)(width / 2 + 5);
int center = (int)(width / 2 - 75);
control = new ResetButton(parent).setAlign(WidgetAnchor.TOP_CENTER);
control.setWidth(150).setHeight(20).setX(left).setY(height - 25);
getScreen().attachWidget("Spoutcraft", control);
switchToAdvancedCheck = new GenericCheckBox("Advanced");
switchToAdvancedCheck.setChecked(false);