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