mystyle-java-fx-tools/src/main/resources/fxml/maven-install-jar.fxml

25 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextArea?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane prefHeight="649.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.zhangmeng.tools.controller.MavenInstallJarController">
<children>
<Label layoutX="280.0" layoutY="104.0" text="jar包的路径:" />
<TextField fx:id="jar_path" layoutX="400.0" layoutY="100.0" prefHeight="25.0" prefWidth="568.0" />
<TextField fx:id="group_id" layoutX="400.0" layoutY="164.0" prefHeight="25.0" prefWidth="568.0" />
<Label layoutX="292.0" layoutY="168.0" text="group-id:" />
<Label layoutX="283.0" layoutY="225.0" text="artifact-id:" />
<TextField fx:id="artifact_id" layoutX="400.0" layoutY="221.0" prefHeight="25.0" prefWidth="568.0" />
<Label layoutX="291.0" layoutY="283.0" text="version:" />
<TextField fx:id="version" layoutX="400.0" layoutY="279.0" prefHeight="25.0" prefWidth="568.0" />
<Button fx:id="install" layoutX="594.0" layoutY="341.0" mnemonicParsing="false" text="安装" />
<Label layoutX="298.0" layoutY="406.0" text="console-log" />
<TextArea fx:id="textArea" layoutX="400.0" layoutY="415.0" prefHeight="200.0" prefWidth="568.0" AnchorPane.bottomAnchor="34.0" AnchorPane.leftAnchor="400.0" AnchorPane.rightAnchor="232.0" AnchorPane.topAnchor="415.0" />
<Button fx:id="choose_file" layoutX="992.0" layoutY="100.0" mnemonicParsing="false" text="Button" />
</children>
</AnchorPane>