+ 2

How can I create the "style part" of a Java program?

19th Jul 2019, 12:29 PM
Nueva Peloni
Nueva Peloni - avatar
8 Answers
+ 2
Nueva Peloni You can use swing or JavaFX
19th Jul 2019, 2:00 PM
Agent_I
Agent_I - avatar
19th Jul 2019, 12:31 PM
Zhenis Otarbay
Zhenis Otarbay - avatar
+ 1
Nueva Peloni What do you mean by "style part"?
19th Jul 2019, 12:51 PM
Agent_I
Agent_I - avatar
+ 1
Like in the html there is the css in java is there something similar
19th Jul 2019, 1:55 PM
Nueva Peloni
Nueva Peloni - avatar
+ 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.
19th Jul 2019, 2:20 PM
Taste
Taste - avatar
+ 1
Ok
19th Jul 2019, 2:30 PM
Nueva Peloni
Nueva Peloni - avatar
+ 1
Which is the best between javaFX and swing?
19th Jul 2019, 2:39 PM
Nueva Peloni
Nueva Peloni - avatar
+ 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
19th Jul 2019, 3:04 PM
Agent_I
Agent_I - avatar