Skip to content
Snippets Groups Projects
module-info.java 161 B
Newer Older
Jan Kožusznik's avatar
Jan Kožusznik committed
module cz.jezek.lab10 {
    requires transitive javafx.controls;
    requires javafx.fxml;
    opens cz.jezek.lab11 to javafx.fxml;
    exports cz.jezek.lab11;
}