Is there a way to include JavaFX controlsFX in Int

2019-08-19 08:32发布

问题:

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.