%
This commit is contained in:
parent
42ad496166
commit
d89110c5be
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user