+ 2
How can I create the "style part" of a Java program?
8 Answers
+ 2
Nueva Peloni
You can use swing or JavaFX
+ 13
Try this link: https://dzone.com/articles/the-functional-style-part-1
+ 1
Nueva Peloni
What do you mean by "style part"?
+ 1
Like in the html there is the css in java is there something similar
+ 1
if you want to modify the looks. you can change the LookAndFeel
but to create it yourself, i would say its not as simple as css.
and tbh, Nimbus LookAndFeel is good enough, its not as flat as metal but has some java-ish looks.
+ 1
Ok
+ 1
Which is the best between javaFX and swing?
+ 1
Nueva Peloni
I'm sorry, but I don't really know since I have never use both, only JavaFX. All I know is that JavaFX is newer than swing. But I'm pretty sure that those two don't differ so much from each other