Skip to content
Snippets Groups Projects
Commit 7e54e01d authored by jez04's avatar jez04
Browse files

feat: assignment

parent 798889ae
No related merge requests found
Showing
with 11 additions and 0 deletions
module cz.vsb.fei.java2.lab03_module {
requires transitive javafx.controls;
requires javafx.fxml;
requires javafx.base;
requires java.sql;
opens lab.gui to javafx.fxml;
opens lab.data to javafx.base;
exports lab.gui to javafx.fxml, javafx.graphics;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment