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
Olav Dagestad Eikrem
Mappe2.01
Commits
1d3d5a42
Commit
1d3d5a42
authored
May 04, 2021
by
Olav Dagestad Eikrem
Browse files
Packages added
parent
ce679794
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/module-info.java
0 → 100644
View file @
1d3d5a42
module
Mappe2
{
requires
javafx
.
controls
;
requires
javafx
.
fxml
;
requires
opencsv
;
requires
java
.
sql
;
exports
mappe
.
del2
.
GUI
.
controllers
to
javafx
.
fxml
;
opens
mappe
.
del2
.
GUI
.
controllers
to
javafx
.
fxml
;
opens
mappe
.
del2
.
hospital
to
javafx
.
base
;
opens
mappe
.
del2
.
GUI
;
}
\ No newline at end of file
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