diff --git a/src/main/java/projekt/enigma/App.java b/src/main/java/projekt/enigma/App.java index deb306047c49a9fb81bebcaecca971b2d5644d51..c27ee29ac49dfedeac1420b4de7a53e15f871771 100644 --- a/src/main/java/projekt/enigma/App.java +++ b/src/main/java/projekt/enigma/App.java @@ -4,7 +4,9 @@ import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.geometry.Insets; import javafx.scene.Scene; -import javafx.scene.control.*; +import javafx.scene.control.Button; +import javafx.scene.control.Label; +import javafx.scene.control.TextField; import javafx.scene.input.KeyCode; import javafx.scene.layout.VBox; import javafx.stage.Stage; @@ -128,54 +130,4 @@ public class App extends Application { return result; } -// /** -// * TODO Dokumentieren -// */ -// private static Scene scene; -// /** -// * TODO Dokumentieren -// * -// * @param fxml -// * @throws IOException -// */ -// static void setRoot(String fxml) throws IOException { -// scene.setRoot(loadFXML(fxml)); -// -// } -// -// /** -// * TODO Dokumentieren -// * -// * @param fxml -// * @return -// * @throws IOException -// */ -// private static Parent loadFXML(String fxml) throws IOException { -// FXMLLoader fxmlLoader = new FXMLLoader(App.class.getResource(fxml + ".fxml")); -// return fxmlLoader.load(); -// } -// -// /** -// * TODO Dokumentieren -// * -// * @param args -// */ -// public static void main(String[] args) { -// Application.launch(); -// } -// -// /** -// * TODO Dokumentieren -// * -// * @param stage -// * @throws IOException -// */ -// @Override -// public void start(Stage stage) throws IOException { -// scene = new Scene(loadFXML("kenngruppe")); -// stage.setScene(scene); -// stage.setResizable(true); -// stage.show(); -// } - } diff --git a/src/main/java/projekt/enigma/model/Steckbrett.java b/src/main/java/projekt/enigma/model/Steckbrett.java index de70a0fef50f82c3fdb80402b567bce0de980a92..727973d32a46aebcc060af83e198c41898c4a92c 100644 --- a/src/main/java/projekt/enigma/model/Steckbrett.java +++ b/src/main/java/projekt/enigma/model/Steckbrett.java @@ -1,7 +1,6 @@ package projekt.enigma.model; /** - * TODO: Dokumentation aktuallisieren * <p> * Klasse Steckbrett * <br>