Ares
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
-
Created Interact with plugin through CLI?
AnsweredHello there! I'm building a plugin to create a new project wizard type. It looks pretty similar to the standard ones provided by IntelliJ already. The plugin is already (mostly) working. However, ... -
Created Swing Builder how to remove a JLabel
AnsweredI'm currently developing an Intellij plugin with a GUI. This GUI is built with the Swing UI Designer -> Build Form option. It has a JLabel and a JButton. I wanted to remove the JLabel from my form....