+ 3
Ui with java
I am semi new to java, and i can make some applications, I was wondering what the best way to do java ui, and if there are any good tutorials, im currently working on a text game and wanna put visuals with it, i currently use netbeans to program, but im open to eclipse to. Ps. Sorry for any bad grammar, on phone atm.
4 Antworten
0
You mean you want to do sth. "graphical" with Java? In this case you can have a try with JavaFX (https://openjfx.io/)
0
error 404, for that page
0
i found it
0
1)Java AWT package provides some ui in java,
2)Java swings are there with advanced features as light weight one..
3)JavaFX
4) UI/UX design a separate one can learn.
Some Companies recruit for UI/ux skill persons specially.. And also JavaFX. Next comes Swings for our some prajects...