fertiz
JCHJava Community | Help. Code. Learn.
•Created by fertiz on 12/23/2023 in #java-help
Transparent mouse ImageView (javafx)
6 replies
JCHJava Community | Help. Code. Learn.
•Created by fertiz on 12/23/2023 in #java-help
Unexecutable .exe file (JPackage and JavaFX)
Hello,
I've been messing around with JavaFX recently and I wanted to deploy it with JPackage. Everything works great but I can't really run the .exe file JPackage generates (when I try to run .jar file from
jlinkimage
folder it tells me the path for Image
is incorrect, but everything works in my IDE), I keep all of my resources in a resources
directory.
9 replies
JCHJava Community | Help. Code. Learn.
•Created by fertiz on 12/10/2022 in #java-help
`VBox` doesn't put Node under `FlowPane`
Hello, my problem is than my VBox doesn't put next Node under my
FlowPane
. I'm adding nodes dynamicly to it and VBox put's next Node below FIRST line in FlowPane.
Do you know what may cause that?👀42 replies
JCHJava Community | Help. Code. Learn.
•Created by fertiz on 12/8/2022 in #java-help
How to get width of GridPane in JavaFX
Hello,
I'm new to javafx and I would like to know how to get width of GridPane, because I would like to center it in
AnchorPane
. Or is there any other solution to center it without calculations??7 replies
JCHJava Community | Help. Code. Learn.
•Created by fertiz on 10/13/2022 in #java-help
Discord QR verification
Hello,
is it possible to make QR code verification in java for discord? (give role when user scan it)
68 replies