Base of the project structure. The Project was initialized with javafx ressources with idea.
8 lines
191 B
Java
8 lines
191 B
Java
module ovh.herisson.tontich.jchess {
|
|
requires javafx.controls;
|
|
requires javafx.fxml;
|
|
|
|
|
|
opens ovh.herisson.tontich.jchess to javafx.fxml;
|
|
exports ovh.herisson.tontich.jchess;
|
|
} |