79090658

Date: 2024-10-15 15:29:03
Score: 1
Natty:
Report link

it helped me to create module-info.java file in src/main/java that looks like this

module HelloFX {
    requires javafx.controls;
    requires javafx.graphics;
    exports hellofx; //package name where the main class is
}

image

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kiryu_kiryusha