Skip to content
Snippets Groups Projects
Commit 4f83d9e2 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Added module-info.java

parent e7487893
No related branches found
No related tags found
No related merge requests found
module javafxapp {
requires javafx.fxml;
requires javafx.graphics;
requires javafx.controls;
exports javafxapp;
opens javafxapp to javafx.fxml;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment