Skip to content

Commit

Permalink
New Version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Asuraxsoul committed Oct 26, 2020
1 parent 2518a73 commit ec28371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/Main.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import java.io.IOException;

import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.AnchorPane;
import javafx.stage.Stage;

import java.io.IOException;

/**@@author SE-EDU student project guide, a sub-project of the se-education.org.
* Point of contact: Damith C. Rajapakse https://www.comp.nus.edu.sg/~damithch/
*
Expand All @@ -26,7 +26,7 @@ public void start(Stage stage) {
AnchorPane ap = fxmlLoader.load();
Scene scene = new Scene(ap);
stage.setScene(scene);
stage.setTitle("DUKE_ip_v2.0");
stage.setTitle("DUKE_ip_v1.0");
fxmlLoader.<MainWindow>getController().setDuke(duke);
stage.show();
String reminders = duke.getReminder();
Expand Down

0 comments on commit ec28371

Please sign in to comment.