Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
please don't use java for the gui, my eyes hurt every time i have to look at one of those java apps.
-
Trejak2048y@heyheni JavaFX doesn't have the same appearance as swing though? isn't it more inline with the OS's native appearance?
-
Trejak2048y@codeclod ya, I doubt I'll have to go down that path but it'd be nice to learn just in case.
-
tahnik389908y@Trejak Don't get demotivated from others. People like to hate Java nowadays.
Learn JavaFX. Forget about swing. You have access to css in JavaFX so you can style as much as you want. I made my uni project's app with JavaFX and it was beautiful.
You could use QT as well which is also pretty good. But if you don't know c++ well then stick with JavaFX. -
tahnik389908y@Trejak There's an app called scenebuilder for JavaFX. You can get it from gluonhq. You can drag and drop gui elements on a canvas. If you have a lot of time then just code it instead.
-
Java apps look like complete crap. I'd advise against using Swing also, and maybe even abandon Java altogether. Never met a Java app that I liked.
-
I've been working with JavaFX for a while and it's pretty good, but it has some quirks every now and then. Nothing you won't be able to overcome though.
I made a GUI with Java swing and halfway through I regret not using JavaFX. 😑 or maybe I should learn QT...
undefined