Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ole Hermann Bakka
todo-list-example
Commits
2c151d2c
Commit
2c151d2c
authored
Oct 13, 2021
by
Hallvard Trætteberg
Browse files
Makes TodoApp run from VSCode
parent
dacb86ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
todolist/fxui/src/main/java/module-info.java
View file @
2c151d2c
...
...
@@ -7,6 +7,9 @@ module todolist.ui {
requires
javafx
.
controls
;
requires
javafx
.
fxml
;
requires
de
.
jensd
.
fx
.
glyphs
.
commons
;
requires
de
.
jensd
.
fx
.
glyphs
.
fontawesome
;
requires
todolist
.
core
;
requires
fxutil
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment