An error occurred while loading the file. Please try again.
-
Jan Kožusznik authoreded4b8024
module-info.java 130 B
module lab01 {
requires transitive javafx.controls;
requires javafx.fxml;
opens lab to javafx.fxml;
exports lab;
}