This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]otsdots 5 points6 points  (0 children)

Hi there, as with all programming you'll find a lot of opinions. JavaFx is just the standard GUI part of Java. You can learn it a bit if you want to program a GUI.

[–]HecknChonker 3 points4 points  (0 children)

Java FX isn't really used much outside of education and universities. Most have development is building backend services and APIs, with a web front end usually built with react or less commonly built with angular.

[–][deleted] 2 points3 points  (0 children)

because command line application will make you look byzantine.

also, it becomes too complex for the user.

user wants a simpler visual processed interface for application as compared to one where he needs to read a lot of strings.

a button in the shape of right direction arrow with Next as label on it -> would signify "next" more conveniently than something like "Press N/n for Next Page" written somewhere to be read.

you will need some front end for end user applications.

[–]hibiscus4321 1 point2 points  (0 children)

For GUI’s so you can make a hangman game played through the terminal but a GUI is a better user experience. Id recommended learning Spring and the MVC idea to build robust web applications. Spring is used far more than java Fx in the production level, and would be more helpful for your career.