Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Gerald Oster
boilerplate-gradle-jdk15
Commits
fbdbd7bd
Commit
fbdbd7bd
authored
Dec 07, 2021
by
Gerald Oster
Browse files
[chore] add javafx.desktop module
parent
7018ebea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/main/java/module-info.java
src/main/java/module-info.java
+1
-0
No files found.
src/main/java/module-info.java
View file @
fbdbd7bd
module
eu
.
telecomnancy
.
javafx
{
requires
javafx
.
controls
;
requires
javafx
.
fxml
;
requires
java
.
desktop
;
opens
eu
.
telecomnancy
.
javafx
to
javafx
.
fxml
;
opens
eu
.
telecomnancy
.
javafx
.
controller
to
javafx
.
fxml
;
...
...
Write
Preview
Markdown
is supported
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