added fxml file

This commit is contained in:
Sem van der Hoeven
2019-12-20 08:38:06 +01:00
parent 176a329571
commit e8177076a1
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package brainfuck.interpreter;
public class Controller {
}

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="$CONTROLLER_NAME$"
prefHeight="400.0" prefWidth="600.0">
</AnchorPane>