This commit is contained in:
pro.boooooo
2022-12-01 18:12:57 +01:00
parent 16a83ebdbd
commit 8a858b2153
15 changed files with 93 additions and 89 deletions

View File

@@ -2,6 +2,8 @@ package Test;
import API.Etudiant;
import API.Groupe;
import java.awt.*;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JLabel;
@@ -15,6 +17,8 @@ public class AdminView extends JPanel {
public AdminView(ArrayList<Etudiant> e, ArrayList<Groupe> g, Controller listener) {
super();
this.setLayout(new GridBagLayout());
this.listener = listener;
this.g = g;
this.e = e;