Swing 组件在 JavaFX 环境中运行有什么具体要求吗?
我的公司有一个用于分销计划和调度的网络应用程序产品。它的一个重要部分是甘特图组件,用户可以在其中微调时间表。目前甘特图组件是纯javascript+dhtml。
我目前正在研究迁移到 JavaFX 以获得更丰富的交互性和更好的 UI 的可能性。 我们发现这个(100%)Swing 组件称为 FlexGantt (http://www.dlsc.com/Java_Gantt_Chart_for_Swing。在我们真正花时间学习 JavaFX 之前,我们很想知道 Swing 组件在 JavaFX 环境中运行是否有任何特定要求。
谢谢。
My company have a web application product for distribution planning and scheduling. An important part of it is a gantt chart component where user can fine tune the schedules. Currently the gantt chart component is pure javascript+dhtml.
I am currently looking into the possibility of moving to JavaFX to get richer interactivity and generally nicer UI.
We found this (100%) Swing component called FlexGantt (http://www.dlsc.com/Java_Gantt_Chart_for_Swing.html) and curious to know whether there are any specific requirements for a Swing component to be run in JavaFX environment before we actually spend time to learn JavaFX.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据此链接,应该不会有任何问题:
http://javafx.com/samples/ ExercisingSwing/index.html --
德克
www.dlsc.com :-)
According to this link there shouldn't be any problems:
http://javafx.com/samples/ExercisingSwing/index.html
--Dirk
www.dlsc.com :-)