Skip to content
Snippets Groups Projects
Commit 527843c0 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Foramt module-info

parent 6ad3af43
No related merge requests found
module koz01.java2.lab06 { module koz01.java2.lab06 {
requires transitive javafx.controls; requires transitive javafx.controls;
requires javafx.fxml; requires javafx.fxml;
requires lombok;
requires org.apache.logging.log4j;
opens koz01.java2.lab06 to javafx.fxml; opens koz01.java2.lab06 to javafx.fxml;
exports koz01.java2.lab06; exports koz01.java2.lab06;
requires lombok;
requires org.apache.logging.log4j;
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment