An error occurred while loading the file. Please try again.
-
Jan Kožusznik authored
Use AnimationTimer instead of common Thread.
Verified73867e2b
module-info.java 156 B
module lab01 {
requires transitive javafx.controls;
requires javafx.fxml;
requires javafx.base;
opens lab to javafx.fxml;
exports lab;
}