Some fixes, create initial test class
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user