Blame view
src/main/resources/gui/vesselListPanel.fxml
809 Bytes
b350f9dfe import vessels an... |
1 2 3 4 |
<?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> |
2bbe36a1b addd the possibil... |
5 |
<BorderPane prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.controller.VesselListPanelController"> |
b350f9dfe import vessels an... |
6 7 8 9 |
<top> <AnchorPane prefHeight="33.0" prefWidth="200.0" BorderPane.alignment="CENTER"> <children> |
513c0341c add chart |
10 |
<Button layoutX="74.0" layoutY="2.0" mnemonicParsing="false" text="Button" fx:id="button"/> |
b350f9dfe import vessels an... |
11 12 13 14 15 16 |
</children></AnchorPane> </top> <center> <ListView fx:id="shipListView" prefHeight="105.0" prefWidth="200.0" /> </center> </BorderPane> |