added som comments

This commit is contained in:
Oystein
2021-04-07 06:42:48 +02:00
parent 4a63aa6edf
commit be748d9138
3 changed files with 38 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
package app.controllers;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.net.URL;
import java.nio.file.Path;
import java.nio.file.Paths;
@@ -38,7 +36,7 @@ import javafx.stage.FileChooser;
import javafx.stage.Stage;
/**
* A FXML controller that controls the filetree component of the UI
* A FXML controller that controls the menubar component of the UI
*/
public class MenubarController implements Initializable, Controller {