Skip to content
Snippets Groups Projects
Commit 32f51d66 authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

removed not longer used fxml for cell

parent 4f111ca8
No related branches found
No related tags found
1 merge request!6Issue 11 allow user to enter and update metadata about the latlong points
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment