Skip to content

Tag: user-interface

Openjdk-17.0.2 with javafx in termux

Hello I installed openjdk-17.0.2 In termux and I want to make a javafx application I start finding the sdk of javafx for java 17.0.2 but I got nothing. Can anybody tell how can I install the javafx for the openjdk 17.0.2. Or how can I install java 18.0.1 in termux because there is a option to download javafx …

Java bindBidirectional

I have the following problem. My task is to create a double bond between my sudoku field object and its graphical form in the GUI. So far I’ve managed to come up with something like this. The solution works, but if you enter any character other than a number, it throws a parse error. Caused by: java.tex…