UI Updates.
This commit is contained in:
@ -1,51 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.geometry.Insets?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.Label?>
|
||||
<?import javafx.scene.control.ListView?>
|
||||
<?import javafx.scene.control.SplitPane?>
|
||||
<?import javafx.scene.control.TitledPane?>
|
||||
<?import javafx.scene.effect.Blend?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.BorderPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<AnchorPane prefHeight="307.0" prefWidth="359.0" scaleShape="false" xmlns="http://javafx.com/javafx/9.0.1"
|
||||
xmlns:fx="http://javafx.com/fxml/1"
|
||||
fx:controller="net.sourceforge.pmd.util.fxdesigner.AuxClassPathController">
|
||||
<?import javafx.scene.layout.VBox?>
|
||||
<VBox minWidth="-Infinity" snapToPixel="false" xmlns="http://javafx.com/javafx/9.0.1"
|
||||
xmlns:fx="http://javafx.com/fxml/1" fx:controller="net.sourceforge.pmd.util.fxdesigner.AuxClassPathController">
|
||||
<children>
|
||||
<TitledPane animated="false" collapsible="false" prefWidth="40.0" text="PMD Configure" textAlignment="CENTER">
|
||||
<content>
|
||||
<BorderPane prefHeight="281.0" prefWidth="414.0">
|
||||
<right>
|
||||
<AnchorPane prefHeight="261.0" prefWidth="426.0" BorderPane.alignment="CENTER">
|
||||
<TitledPane collapsible="false" prefHeight="25.0" prefWidth="647.0" text="PMD Configuration"/>
|
||||
<AnchorPane VBox.vgrow="ALWAYS">
|
||||
<children>
|
||||
<SplitPane dividerPositions="0.8407350689127105" minWidth="-Infinity" AnchorPane.bottomAnchor="-19.0"
|
||||
AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||||
<items>
|
||||
<VBox>
|
||||
<children>
|
||||
<Button fx:id="selectFilesButton" layoutX="248.0" layoutY="51.0" mnemonicParsing="false"
|
||||
prefHeight="25.0" prefWidth="83.0" text="Select Files"/>
|
||||
<Button fx:id="removeFileButton" layoutX="248.0" layoutY="86.0" mnemonicParsing="false"
|
||||
text="Remove File"/>
|
||||
<Label layoutX="37.0" layoutY="14.0" prefHeight="29.0" prefWidth="148.0"
|
||||
text="File List">
|
||||
<effect>
|
||||
<Blend/>
|
||||
</effect>
|
||||
<font>
|
||||
<Font size="18.0"/>
|
||||
</font>
|
||||
</Label>
|
||||
<ListView fx:id="fileListView" layoutX="26.0" layoutY="43.0" prefHeight="210.0"
|
||||
prefWidth="171.0"/>
|
||||
<Button fx:id="setClassPathButton" layoutX="248.0" layoutY="118.0"
|
||||
mnemonicParsing="false" prefHeight="25.0" prefWidth="81.0" text="setClassPath"
|
||||
textAlignment="CENTER"/>
|
||||
<Button fx:id="moveItemUpButton" layoutX="271.0" layoutY="148.0" mnemonicParsing="false"
|
||||
text="Up"/>
|
||||
<Button fx:id="moveItemDownButton" layoutX="264.0" layoutY="179.0"
|
||||
mnemonicParsing="false"
|
||||
text="Down"/>
|
||||
<ListView fx:id="fileListView" VBox.vgrow="ALWAYS"/>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</right>
|
||||
</BorderPane>
|
||||
</content>
|
||||
</TitledPane>
|
||||
</VBox>
|
||||
<VBox alignment="CENTER" SplitPane.resizableWithParent="false">
|
||||
<children>
|
||||
<Button fx:id="moveItemUpButton" minWidth="-Infinity" mnemonicParsing="false"
|
||||
text="Move Up">
|
||||
<VBox.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
||||
</VBox.margin>
|
||||
</Button>
|
||||
<Button fx:id="moveItemDownButton" minWidth="-Infinity" mnemonicParsing="false"
|
||||
text="Move Down">
|
||||
<VBox.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
||||
</VBox.margin>
|
||||
</Button>
|
||||
<Button fx:id="selectFilesButton" minWidth="-Infinity" mnemonicParsing="false"
|
||||
text="Select File" textAlignment="CENTER">
|
||||
<VBox.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
||||
</VBox.margin>
|
||||
</Button>
|
||||
<Button fx:id="removeFileButton" minWidth="-Infinity" mnemonicParsing="false"
|
||||
text="Remove File" textAlignment="CENTER">
|
||||
<VBox.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
||||
</VBox.margin>
|
||||
</Button>
|
||||
<Button fx:id="setClassPathButton" minWidth="-Infinity" mnemonicParsing="false"
|
||||
text="Apply" textAlignment="CENTER">
|
||||
<VBox.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
||||
</VBox.margin>
|
||||
</Button>
|
||||
</children>
|
||||
</VBox>
|
||||
</items>
|
||||
</SplitPane>
|
||||
</children>
|
||||
<VBox.margin>
|
||||
<Insets/>
|
||||
</VBox.margin>
|
||||
</AnchorPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
</VBox>
|
||||
|
Reference in New Issue
Block a user