Some fixes, create initial test class

This commit is contained in:
Hallvard Trætteberg
2021-08-12 12:23:01 +00:00
parent 324dc23cf7
commit b4c45dabce
4 changed files with 64 additions and 12 deletions

View File

@@ -13,8 +13,6 @@ import java.io.IOException;
*/
public class App extends Application {
private static Scene scene;
@Override
public void start(Stage stage) throws IOException {
FXMLLoader fxmlLoader = new FXMLLoader(this.getClass().getResource("App.fxml"));