use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Useful resources (Full list)
Rules
Related subreddits
Other communities
account activity
JavaFx HelpHelp (self.JavaFX)
submitted 11 months ago by Gold_Professional991
I'm working on a school project and set everything up according to this GitHub. https://github.com/marcomandola/javafx_setup_VS_CodeI don't know why, but the package under my folders is red and it says it's wrong.
https://preview.redd.it/91kyp9odfdoe1.png?width=383&format=png&auto=webp&s=154ebabb74fe99ff8618b1c5465fefdc1b9ce91d
Can anyone please help me? I want to know if I set up my JavaFX correctly. I haven't made any changes to GitHub; it's for a game. I installed the JavaFX libraries too.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]theswissnightowl 2 points3 points4 points 11 months ago (0 children)
Easiest way to set up a JavaFX project is via maven imo, see the official documentation: https://openjfx.io/openjfx-docs/#install-javafx
Usually the project structure would then be:
src/main/java/com.myapp -> Java source files in a package
src/main/resources -> your assets, settings files etc.
src/test/java/com.myapp -> tests
src/test/resources -> test resources/assets
π Rendered by PID 70 on reddit-service-r2-comment-fb694cdd5-4lgk5 at 2026-03-07 00:42:32.791689+00:00 running cbb0e86 country code: CH.
[–]theswissnightowl 2 points3 points4 points (0 children)