GITLAB
FDITeam / visualisation-maritime
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
dev
master
2f45c53df1f7b449b1c54b9ff915b67cd08801a6
visualisation-maritime
src
main
kotlin
application
ui
MenuBar.kt
2f45c53df
skeleton for user interface
Browse Code ยป
lsagona
2020-07-13 10:46:57 +0200
MenuBar.kt
107 Bytes
edit
raw
blame
history
1
2
3
4
5
6
7
8
9
10
11
package application.ui import javafx.fxml.FXML class MenuBar { @FXML fun initialize() { } }