File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed
Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1- T | 0 | read book
2- T | 0 | buy book
3- T | 0 | read book
4- T | 0 | buy booooooooks
1+ T | 0 | read book
2+ T | 0 | buy book
3+ T | 0 | read book
4+ T | 0 | buy booooooooks
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Delete task |delete {task index}
2323Find task |find {task description}
2424Mark a task as completed|done {task index}
2525List all completed task in the past week|statistic
26+ Save and exit DukeHub |bye
2627
2728## Usage
2829
@@ -165,9 +166,22 @@ List all completed task in the past week|statistic
165166` read book chapter 4 `
166167` read book chapter 5 `
167168
169+ ### 10.` bye `
170+ - saves and exit the application
171+
172+ * Format*
173+ ` bye `
174+
175+ * Example of usage:*
176+ ` bye `
177+
178+ * Expected outcome:*
179+ ` Bye, Have a Great Time! `
180+ * ` program closes after 1 second ` *
181+
168182##Credits
169- * Image of the duke is taken from here https://coconuts.co/manila/lifestyle/maria-ozawa-staying-permanently-ph/\
170- * Image of the user is taken from here https://www.instagram.com/yua_mikami/?hl=en
183+ * Image of the duke is taken from here https://coconuts.co/manila/lifestyle/maria-ozawa-staying-permanently-ph/\
184+ * Image of the user is taken from here https://www.instagram.com/yua_mikami/?hl=en
171185
172186
173187
Original file line number Diff line number Diff line change 11import duke .Duke ;
2- import javafx .application .Platform ;
32import javafx .fxml .FXML ;
43import javafx .scene .control .Button ;
54import javafx .scene .control .ScrollPane ;
87import javafx .scene .layout .*;
98import javafx .scene .paint .Color ;
109
11- import java .util .concurrent .CompletableFuture ;
1210
1311
1412/**
You can’t perform that action at this time.
0 commit comments