14 rader
575 B
XML
Executable File
14 rader
575 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.control.Label?>
|
|
<AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<Label layoutX="371.0" layoutY="26.0" text="Izbrani filtri:"/>
|
|
<Label fx:id="selectedFiltersLabel" alignment="TOP_LEFT" layoutX="371.0" layoutY="43.0" prefHeight="188.0"
|
|
prefWidth="215.0"
|
|
text=" "/>
|
|
</children>
|
|
</AnchorPane>
|