2020-05-05 15:34:08 +02:00

1.6 KiB

title
User Interface Components

The IntelliJ Platform includes a large number of custom Swing components. Using those components in your plugins will ensure that your plugin looks and works consistently with the UI of the rest of the IDE, and can often reduce the code size compared to using the default Swing components.

Tip

Use UI Inspector to locate the underlying Swing component implementation or to inspect an existing UI at runtime.

Note

The recommended way of building UIs on the IntelliJ Platform (2019.2 and later) is using Kotlin UI DSL.

The following components are particularly noteworthy: