Link to home
Start Free TrialLog in
Avatar of Rocking
Rocking

asked on

need to create a swing application

I need to create a swing application just like the below link

http://www.mrreddy.com/geometrytoolbox.swf


Which technology would be better to Java fx or swing?

Any good tutorial for creating runtime diagrams based on user drag and drop.
Avatar of Dushan Silva
Dushan Silva
Flag of Australia image

Avatar of Valeri
If you want to use Java for this, then use Swing or SWT.
You answered your own question in the title: need to create a swing application.
So, use java Swing.
Which technology would be better to Java fx or swing?
WIthout doubt, Java FX
Avatar of Rocking
Rocking

ASKER

Could you please explain why i go for Java Fx.
and any idea about how to drag and drop the components and create circle like provided in the my question.

any good tutorial related with the application would be a great help.
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
:)