Closed matthias-kopeinigg closed 1 year ago
@gleidsonmt this will fix your error
Hi, well.. what error are you referring?
From your stream 5 min ago
Ok, an sorry, why I will put the code.Models in module info? is it a feature? explain more, please.. I'm lost
the modul-info is like a pom.xml from maven. exporting the package will give javafx access to all classes inside of the package.
the modul-info is like a pom.xml from maven. exporting the package will give javafx access to all classes inside of the package.
The same as you exported the controller package
Oh the first package in tree , right? I think I got the idea
like so: module com.example.c482_project { requires javafx.controls; requires javafx.fxml; opens code to javafx.fxml; exports code; exports code.Controllers; exports code.Models; opens code.Controllers to javafx.fxml; }
is it because you missing any classes in the project? which?
Do you have teamspeak or discord?
I don't know teamspeak, but I have discord, that's my nickname Gleidson#5768
Inside the
module-info
, add the property:exports code.Models;