@ -118,7 +118,6 @@ public class TestController extends Application {
public static String fromDecimal(int value, int base) {
return Integer.toString(value, base).toUpperCase();
}
public static void main(String[] args) {
launch(args);
@ -6,6 +6,7 @@
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="TestController"