Blame view
src/main/resources/gui/mapPanel.fxml
333 Bytes
53f01ecc3 display message o... |
1 |
<?xml version="1.0" encoding="UTF-8"?> |
3b26be8f9 controle the time... |
2 |
<?import javafx.scene.layout.*?> |
53f01ecc3 display message o... |
3 |
|
3b26be8f9 controle the time... |
4 5 6 7 |
<VBox prefHeight="150.0" prefWidth="371.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.controller.MapPanelController"> <StackPane fx:id="map" /> <fx:include source="timePanel.fxml" /> </VBox> |