Compare commits

...

1 Commits

Author SHA1 Message Date
naumueller
b777e4c817 Author changed 2025-10-19 15:59:48 +02:00
2 changed files with 6 additions and 1 deletions

View File

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

View File

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