mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
ui: move Kotlin UI DSL tip to top
This commit is contained in:
parent
4dab34111d
commit
c62a605ac1
@ -5,6 +5,9 @@ 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** The recommended way of building UIs on the IntelliJ Platform (2019.2 and later) is the
|
||||
[Kotlin UI DSL](/user_interface_components/kotlin_ui_dsl.md).
|
||||
|
||||
The following components are particularly noteworthy:
|
||||
|
||||
* Menus and toolbars are built using the [Action System](/basics/action_system.md)
|
||||
@ -22,5 +25,3 @@ The following components are particularly noteworthy:
|
||||
* JBSplitter
|
||||
* JBTabs
|
||||
|
||||
> **TIP** The recommended way of building UIs on the IntelliJ Platform is the
|
||||
[Kotlin UI DSL](/user_interface_components/kotlin_ui_dsl.md).
|
||||
|
Loading…
x
Reference in New Issue
Block a user