Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What GUI libraries are the JetBrains using?

People also ask

What UI library JetBrains use?

Compose for Desktop targets the JVM, and supports high-performance, hardware-accelerated UI rendering on all major desktop platforms (macOS, Windows, and Linux) by leveraging the powerful native Skia graphics library.

What is IntelliJ GUI written in?

IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JAR based languages.

Does JetBrains use JavaFX?

To be able to work with JavaFX in IntelliJ IDEA, the JavaFX bundled plugin must be enabled: In the Settings/Preferences dialog ( Ctrl+Alt+S ), select Plugins. Switch to the Installed tab and make sure that the JavaFX plugin is enabled.

Is IntelliJ written in Java Swing?

Follow. As much as i got to know intellij idea is written in java with swing with using no additional third party ui frameworks.


IntelliJ IDEA is a pure Java Swing application. All the custom components like editor tabs are created manually, no third-party libraries are used for this. You can find all the details by looking at the IntelliJ IDEA Community Source code.