/
mmarakayeva
/
lab2
Обзор
Документация
Войти
/
mmarakayeva
/
lab2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/main/java/com/example/catchtheballgame/module-info.java
8 строк
259 B
Миленикс
first_commit
14 июн 2026, 22:25
14 июн 2026, 22:25
43f8825
Код
Авторство
О чём код?
module com.example.catchtheballgame { requires javafx.controls; requires javafx.fxml; opens com.example.catchtheballgame to javafx.fxml; opens com.example.catchtheballgame.controller to javafx.fxml; exports com.example.catchtheballgame; }