$
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user