Blame view
src/main/resources/gui/mapPanel.fxml
334 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 |
|
a6a8df6ff add the possibili... |
4 |
<VBox prefHeight="150.0" prefWidth="371.0" xmlns="http://javafx.com/javafx/8.0.241" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.controller.MapPanelController"> |
3b26be8f9 controle the time... |
5 6 7 |
<StackPane fx:id="map" /> <fx:include source="timePanel.fxml" /> </VBox> |