int buttonFlag_width = 81;
this.buttonFlag_height = 58;
this.buttonFlag_xPosition = this.width / 2 - buttonFlag_width / 2;
this.buttonFlag_yPosition = this.height / 2 - this.height / 3 + 10;
this.buttonList.add(new GuiElementGradientButton(0, this.width / 2 - this.width / 3 + 15, this.height / 2 - this.height / 4 - 15, 50, 15, "Close"));
int width = (int) (var5 / 1.0F);
this.buttonList.add(new GuiElementGradientButton(1, this.width / 2 - width / 2, this.buttonFlag_yPosition + this.buttonFlag_height + 60, width, 20, "Join " + this.spaceRaceData.getTeamName()));
}
}