Skip to content

Commit

Permalink
deleted old fxml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kag12017 committed Mar 5, 2016
1 parent af11f40 commit 280eabc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 355 deletions.
2 changes: 1 addition & 1 deletion src/main/java/launcher/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void initializeSceneEvents() {
}
/**
* Action event triggered when user clicks. This method will add tag directly to IronFile
* Method name must match StartPage.fxml assigned `on Action`
* Method name must match SimpleGUI.fxml assigned `on Action`
* */
@FXML private void eventAddTag() {
ObservableList<TreeItem<IronFile>> treeIronFileList = dirTree.getSelectionModel().getSelectedItems();
Expand Down
Loading

0 comments on commit 280eabc

Please sign in to comment.