Skip to content

Commit b23aeeb

Browse files
author
Pablo Fernandez
committed
final push
minor changes
1 parent 05d87eb commit b23aeeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scaleplayer/ScalePlayer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* CS 300-A, 2017S
33
*/
4+
45
package scaleplayer;
56

67
import javafx.application.Application;
@@ -111,6 +112,7 @@ public void handle(ActionEvent event) {
111112
primaryStage.show();
112113
}
113114

115+
114116
/**
115117
* Stops the current MidiPlayer sequence
116118
* @param sequence

0 commit comments

Comments
 (0)