master
陈欣滢 11 months ago
parent 53710003cf
commit fe10a3b60a

@ -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"

Loading…
Cancel
Save