Added a new Project

This commit is contained in:
Sage The DM 2024-10-22 09:44:07 +02:00
parent 6b23a757b6
commit b51bc8d120
9 changed files with 95 additions and 1 deletions

View file

@ -10,7 +10,8 @@ import javafx.stage.Stage;
* JavaFX App
*/
public class App extends Application {
// Method start is already defined int the library Application so we have to
// Override it
@Override
public void start(Stage stage) {