Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is JavaFX a choice for Dynamic GUI for desktop or standalone applications? [closed]

I want to make Dynamic UI for a desktop application. I am planning to make it in JavaFX. Is it a good choice?

Second thing I want to know is that is it possible to have UI by JavaFx and behind the scene major work in done by pure java? I am totally new in JavaFX so correct me if I am wrong.

Also If I am wrong tell me other possibilities for the Dynamic UI and java code behind for a standalone application.

like image 967
Dhruv Bansal Avatar asked Mar 23 '12 12:03

Dhruv Bansal


1 Answers

Having JavaFX 2 UI and pure Java background is valid and usual approach.

There is a good example in this question: JavaFX in enterprise web applications - good alternative to classic web pages?

like image 59
Sergey Grinev Avatar answered Sep 19 '22 10:09

Sergey Grinev