Upgrading old plugin - how to display ApplicationComponents JComponent?
My old plugin has ApplicationComponent that creates JComponent with configuration dialog in createComponent(). Previously, this dialog appeared in plugin configuration. This is now gone; and I don't know how to display this dialog any more?
请先登录再写评论。
Hi,
Registering of Configurable via AppilcationComponent was deprecated and removed in latest release.
To register Configurable, you can add following code in plugin.xml:
You can check https://sites.google.com/site/malenkov/java/150403 for the details.