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

Rename lab04 to lab05

parent 180af901
No related merge requests found
package koz01.java2.lab04; package koz01.java2.lab05;
public class Point { public class Point {
......
module koz01.java2.lab04 { module koz01.java2.lab04 {
requires transitive javafx.controls; requires transitive javafx.controls;
requires javafx.fxml; requires javafx.fxml;
opens koz01.java2.lab04 to javafx.fxml; opens koz01.java2.lab05 to javafx.fxml;
exports koz01.java2.lab04; exports koz01.java2.lab05;
requires lombok; requires lombok;
} }
\ 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