What is intellij written in?

已回答

i want to contribute to intellij but i dont know what framework is intellij's ui written in? Is it written in swing , awt ,swt or something else 

1

It's written with swing.  I can't find the reference, but they don't use any third party modules with it.

0
Avatar
Permanently deleted user

yes, I tried a lot but i did not find the source code for the  ide ui

0
Avatar
Permanently deleted user

Thank you😊

1

Swing provides a Look & Feel system which allows developers to change the way Swing controls look. It is used in IntelliJ IDEA UI.

Also check the intellij-community-master\platform\util\ui\src\com\intellij\util\ui package specifically.

1

请先登录再写评论。