JavaFX for Presentation Layer in Standalone Desktop App

主宰稳场 提交于 2019-12-06 01:48:31
Urs Reupke

It is perfectly possible to use JavaFX in a standalone Desktop app and apply CSS styling to it.

In JavaFX's lingo, this is know as a "Standalone" or "Self-Contained" deployment.

You can even integrate it with Swing or SWT, if the need arises. Note, though, that it's not possible the other way round.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!