Blame view

src/main/resources/gui/vesselListPanel.fxml 639 Bytes
b350f9dfe   lsagona   import vessels an...
1
2
3
4
  <?xml version="1.0" encoding="UTF-8"?>
  
  <?import javafx.scene.control.*?>
  <?import javafx.scene.layout.*?>
f39d90e60   lsagona   Select/deselect MMSI
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/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.controller.VesselListPanelController">
b350f9dfe   lsagona   import vessels an...
6
      <center>
f39d90e60   lsagona   Select/deselect MMSI
7
          <ListView fx:id="shipListView" prefHeight="50.0" prefWidth="200.0" />
b350f9dfe   lsagona   import vessels an...
8
      </center>
f39d90e60   lsagona   Select/deselect MMSI
9
     <top>
a6a8df6ff   lsagona   add the possibili...
10
        <TextField fx:id="filterInput" promptText="MMSI" BorderPane.alignment="CENTER" />
f39d90e60   lsagona   Select/deselect MMSI
11
     </top>
b350f9dfe   lsagona   import vessels an...
12
  </BorderPane>