diff --git a/TestController.java b/TestController.java index 419ecd1..811a931 100644 --- a/TestController.java +++ b/TestController.java @@ -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); } diff --git a/test.fxml b/test.fxml index c554287..760814a 100644 --- a/test.fxml +++ b/test.fxml @@ -6,6 +6,7 @@ +