Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.11 KB

user_interface_components.md

File metadata and controls

25 lines (19 loc) · 1.11 KB
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.

The following components are particularly noteworthy: