added filter button

This commit is contained in:
Joshua Perry 2023-02-01 20:26:55 +00:00
parent 6401a75e0e
commit 5cdef751af
1 changed files with 10 additions and 4 deletions

View File

@ -151,12 +151,18 @@
</content>
</Tab>
<Tab onSelectionChanged="#loadView" text="View">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
<content>
<VBox prefHeight="200.0" prefWidth="100.0">
<children>
<TableView fx:id="competitorTable" prefHeight="371.0" prefWidth="600.0" />
</children></AnchorPane>
</content>
<Button fx:id="filterButton" mnemonicParsing="false" text="Filters">
<VBox.margin>
<Insets top="15.0" />
</VBox.margin>
</Button>
</children>
</VBox>
</content>
</Tab>
<Tab text="Report">
<content>