Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Advanced GUI Possible in Java?

Perhaps a philosophical question. I’ve seen some interesting visuals lately in GUIs, mostly on native platform APIs. I know that “it’s just software” and that likely, with enough work, anything can be done with pixels. The question is (finally!), is Java really an option for doing fancy things with a GUI. Seems like a silly thing I guess, but I kind of like some of the Windows Presentation Foundation work. I don’t see a consolidated effort like this for Java. Where should I look?

like image 714
derick van Avatar asked May 03 '09 00:05

derick van


1 Answers

Take a look at JavaFX.

like image 186
JRL Avatar answered Sep 24 '22 14:09

JRL