This commit is contained in:
Bilal 2022-10-07 13:52:33 +02:00
parent 42ad496166
commit d89110c5be
4 changed files with 5 additions and 3 deletions

View File

@ -4,9 +4,11 @@ import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException {
// test
BDatabase db = new BDatabase();
ManageStudent test = new ManageStudent(db);
//BDatabase db = new BDatabase();
//ManageStudent test = new ManageStudent(db);
//LoginConnection goToLogin = new LoginConnection("Grup'App", 400, 400, JFrame.EXIT_ON_CLOSE);
//
//
LoginConnection goToLogin = new LoginConnection("Grup'App", 400, 400, JFrame.EXIT_ON_CLOSE);
}
}