Author changed

This commit is contained in:
naumueller 2025-10-19 15:59:48 +02:00
parent 5a3541acf1
commit b777e4c817
2 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,11 @@ import javafx.stage.Stage;
import java.io.IOException; import java.io.IOException;
/**
* Start class
*
* @author naumueller
*/
public class FxStart extends Application { public class FxStart extends Application {
private static Scene scene; private static Scene scene;

View File

@ -16,7 +16,7 @@ import javafx.scene.control.ButtonType;
/** /**
* FXML Controller class * FXML Controller class
* *
* @author aumni * @author naumueller
*/ */
public class FxViewController implements Initializable { public class FxViewController implements Initializable {