added som comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user