-
Notifications
You must be signed in to change notification settings - Fork 0
/
App.java
24 lines (21 loc) · 825 Bytes
/
App.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import controllers.ReportCard;
import controllers.XmlExporter;
import models.DbManager;
import models.ReportCardModel;
import views.GUI;
import javax.swing.*;
public class App {
public static void main(String[] args) {
DbManager manager = new DbManager();
manager.createOrConnectToDatabase("IADB");
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {
GUI gui = new GUI();
}
});
}
}
//More students; Show the import, export button; full screen; menu bar; information; scroll; flexible bins maximum
// bins appear; on the right side filtering by classname, year, term; or on the left all classes, terms and years
// generate random students; additional information; two inputs one average, third - two averages