This commit is contained in:
pro.boooooo
2022-11-15 19:46:10 +01:00
parent 2b66bcdf4c
commit dd958e5067
42 changed files with 41 additions and 48 deletions

View File

@@ -69,7 +69,7 @@ public class ProfView extends BFrame implements ActionListener {
groupeList[i] = this.g.get(i).getName();
}
this.groupeOption = new JComboBox(groupeList);
this.groupeOption = new JComboBox<>(groupeList);
this.groupeOption.setPreferredSize(new Dimension(110, 30));
this.add(groupeOption, settings);