Skip to content

Commit

Permalink
app title changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeentag committed Mar 8, 2020
1 parent ef2ecbc commit 4eeffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ui/MainFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void run() {
}

private void makeGUI() {
this.setTitle("Linear Discriminant Analysis");
this.setTitle("Class Prediction with Linear Discriminant Analysis");
this.setLayout(new MigLayout("fillx, insets 5, top, left"));
setPreferredSize(new Dimension(800, 600));

Expand Down

0 comments on commit 4eeffcd

Please sign in to comment.