26 lines
1.3 KiB
XML
Executable File
26 lines
1.3 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import org.controlsfx.control.CheckComboBox?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<AnchorPane fx:id="wordAnalysisTabPane" prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.111"
|
|
xmlns:fx="http://javafx.com/fxml/1" fx:controller="gui.WordFormationTab">
|
|
<Pane>
|
|
<Label layoutX="10.0" layoutY="20.0" prefHeight="25.0" text="Taksonomija"/>
|
|
<CheckComboBox fx:id="taxonomyCCB" layoutX="100.0" layoutY="20.0" prefHeight="25.0" prefWidth="180.0"/>
|
|
<Button fx:id="computeB" layoutX="14.0" layoutY="382.0" mnemonicParsing="false"
|
|
prefHeight="25.0" prefWidth="250.0" text="Izračunaj"/>
|
|
</Pane>
|
|
|
|
<Label fx:id="solarFilters" layoutX="510.0" layoutY="20.0" text="Izbrani filtri:"/>
|
|
<Label fx:id="selectedFiltersLabel" alignment="TOP_LEFT" layoutX="510.0" layoutY="45.0" prefHeight="540.0" prefWidth="275.0"
|
|
text=" " wrapText="true"/>
|
|
|
|
<Hyperlink fx:id="helpH" alignment="TOP_LEFT" layoutX="710.0" layoutY="20.0" text="Pomoč"/>
|
|
|
|
<ProgressBar fx:id="ngramProgressBar" layoutX="10.0" layoutY="517.0" prefHeight="16.0" prefWidth="780.0" progress="0.0"/>
|
|
<Label fx:id="progressLabel" layoutX="10.0" layoutY="541.0" prefHeight="25.0" prefWidth="780.0"/>
|
|
|
|
</AnchorPane>
|