DevLop games
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by DevLop games on 4/6/2025 in #java-help
JPanel add method not accepting components

22 replies
JCHJava Community | Help. Code. Learn.
•Created by DevLop games on 8/5/2024 in #java-help
Can't import javafx
I am trying to import javafx but for some reason it's not able to find it. Even tho I have all the Jat files in global libraries. Can someone help me with this?
5 replies
JCHJava Community | Help. Code. Learn.
•Created by DevLop games on 8/3/2024 in #java-help
Error when running javafx app
I am trying to set up a simple javafx window in intellij community edition and i ran into an error.
Error: JavaFX runtime components are missing, and are required to run this application
What runtime components is it talking about?
241 replies
JCHJava Community | Help. Code. Learn.
•Created by DevLop games on 8/3/2024 in #java-help
message variable holds the same value
I am trying to learn a bit of java before jumping into a project so when i do i'll know or have an idea on how to handle some situations. I am working on receiving user input. Which won't serve too big of a purpose later on but i still am gonna learn how. I'm currently having trouble getting my message variable to clear after a message has been printed to the console. It holds the same value after i enter any type of text. Anyone know why?
47 replies