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