リビジョン 138d6c03
| src/main/java/module-info.java | ||
|---|---|---|
|
module com.torutk.spectrum {
|
||
|
requires javafx.controls;
|
||
|
requires javafx.fxml;
|
||
|
requires java.logging;
|
||
|
opens com.torutk.spectrum.view to javafx.graphics, javafx.fxml;
|
||
|
}
|
||
Add UI layout with resource bundle and css, and logging