Tool To Convert FXML To Java Code
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Hello I'm looking for a AIO tool that can convert my FXML code to Java code. I use intellij and I was wondering if such tool exists? Code: <?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.control.Label?> <?import javafx.scene.layout.Pane?> <Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="69.0" prefWidth="325.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> <children> <TextField fx:id="delay" layoutX="195.0" layoutY="10.0" prefHeight="25.0" prefWidth=