MovieBookingSystem/src/main/resources/reservationsTab.fxml
2024-02-06 03:28:24 +01:00

17 lines
525 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.layout.BorderPane?>
<BorderPane xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/11.0.1" fx:controller="gui.ReservationsTab">
<center>
</center>
<center>
<TableView fx:id="tableReservations" prefHeight="400.0" prefWidth="600.0" BorderPane.alignment="CENTER">
<columns>
</columns>
</TableView>
</center>
</BorderPane>