diff --git a/simpleexample2/fxui/src/main/resources/simpleex/ui/LatLongCell.fxml b/simpleexample2/fxui/src/main/resources/simpleex/ui/LatLongCell.fxml deleted file mode 100644 index bd907476ea425f40a80efbab8c092970c443aa0c..0000000000000000000000000000000000000000 --- a/simpleexample2/fxui/src/main/resources/simpleex/ui/LatLongCell.fxml +++ /dev/null @@ -1,12 +0,0 @@ -<?import simpleex.core.LatLong?> -<?import javafx.scene.control.Label?> -<?import javafx.scene.layout.HBox?> -<?import javafx.scene.layout.VBox?> - -<VBox xmlns:fx="http://javafx.com/fxml" fx:id="vBox" fillWidth="true"> - <children> - <Label fx:id="nameLabel" /> - <Label fx:id="coordinatesLabel" /> - <Label fx:id="descriptionLabel" /> - </children> -</VBox> \ No newline at end of file