Search code examples
javauser-interfacemodulejavafxdocking

JavaFX - good or not? I need docking in it


I have just explore javaFX. I am now programming modul based application by netBeans platform. I have minimal UI now, but I am going to do quite complex GUI. Is javaFX good for me? And if yes, how I can implement docking in main window?

(i think about usage of JFX becouse I want good looking app)


Solution

  • It really depends what you are trying to do. If you are building an interface using standard GUI components, then it might make sense to use Swing. You can build good looking apps with Swing, and you can build ugly apps with JavaFX.