Skip to content

Commit

Permalink
Fixed MainApp.java package issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
pid1 committed Apr 20, 2015
1 parent 2ca88b0 commit cc9fc1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/user_interface/MainApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package user_interface;

import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
Expand Down

0 comments on commit cc9fc1a

Please sign in to comment.