23 lines
939 B
Plaintext
23 lines
939 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<?import javafx.scene.control.ListView?>
|
||
|
|
<?import javafx.scene.control.SplitPane?>
|
||
|
|
<?import javafx.scene.layout.AnchorPane?>
|
||
|
|
<?import javafx.scene.layout.VBox?>
|
||
|
|
|
||
|
|
|
||
|
|
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1">
|
||
|
|
<children>
|
||
|
|
<SplitPane dividerPositions="0.29797979797979796" prefHeight="452.0" prefWidth="600.0">
|
||
|
|
<items>
|
||
|
|
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
|
||
|
|
<children>
|
||
|
|
<ListView fx:id="competitors" prefHeight="398.0" prefWidth="175.0" />
|
||
|
|
</children>
|
||
|
|
</AnchorPane>
|
||
|
|
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0" />
|
||
|
|
</items>
|
||
|
|
</SplitPane>
|
||
|
|
</children>
|
||
|
|
</VBox>
|