need help in this gui
#java help
17 messages ยท Page 1 of 1 (latest)
โ This post has been reserved for your question.
Hey @restive garden! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Looks like you shared a lot of code, this may cause people to overlook problems in your code. To make it easier for them, make sure you only share lines that are relevant to your issue.
you haven't even said what you need help with
this code is not working
So you've written 12 classes with around 2,000 lines of code, and when you tried running this entire thing, it doesn't work?
Dude. Write one class with 10 lines. See if that works. Add a small thing. Repeat
this is the main problem for me
You're probably missing the JavaFX packages ๐
iirc, it's been splitted after Java 8, and it's not anymore in the same jdk
Try to google "How to add JavaFX to a java project", because the way to import it can change based on the Java Version, and the build tool you're using (Maven/Gradle or none at all)
ok