Is there a way to include JavaFX controlsFX in Intellij Scene Builder?

放肆的年华 提交于 2019-12-13 03:42:23

问题


I was wondering if there is a way to include controlsfx into the Scene Builder inside JetBrains Intellij. I tried to google it but I did not find anything relevant or updated.


回答1:


just add the controlsfx jar file to the project libraries. then you can use the controls in it in the built-in scene builder

If you create user control in your project intellij will allow you to use it directly in the built-in scene builder just as you use external controls.



来源:https://stackoverflow.com/questions/50874903/is-there-a-way-to-include-javafx-controlsfx-in-intellij-scene-builder

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