Esempio n. 1
0
  private void populateTeamsComboBoxes() {
    aeTeamComboBox.addItem("Archenemy");
    aeTeamComboBox.addItem("Heroes");

    for (int i = 1; i <= VLobby.MAX_PLAYERS; i++) {
      teamComboBox.addItem(i);
    }
    teamComboBox.setEnabled(true);
  }