Valery Semenchuk
Valery Semenchuk
For now linux use GNOME icons for it. For example IDEA use own icons for KDE(and from GNOME another one) https://github.com/JetBrains/intellij-community/tree/master/platform/icons/src/linux/theme/kde
Hello. Title inside the title bar sometimes change position on window resize (or changing title) Check video, and take a closer look to title https://drive.google.com/file/d/1yqdf5MlE6YqRgatShJUZabeqU-BThTGp/view?usp=sharing ```java package untitled; import com.formdev.flatlaf.FlatLightLaf;...
Hello. IntelliJ IDEA use same hack as for default frame. Here example:  Code from intellij https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/find/impl/FindPopupPanel.java#L253
KDE:  XFCE:  GNOME: No screenshot - sure same
Windows 11 - no borders set to component(and rounded borders enabled)  Windows 10/Windows 11 (without round borders)  How I can determinate - popup with border or not? *...
Hello. I'm testing tree implementation, and saw - expanded/collapsed icon didn't change color if item selected. Meanwhile - menu arrow has changed color | Tree | Menu | |--------------------------------------|----------------------------------------------------| |||
Hello. Will be nice have such feature :) Analog of *JTextField.trailingComponent* IDEA code https://github.com/JetBrains/intellij-community/blob/master/platform/xdebugger-impl/src/com/intellij/xdebugger/impl/ui/XDebuggerEmbeddedComboBox.java How its like in IDEA 
# Windows 10 + Windows 11 (and later) Registry option HKEY_CURRENT_USER\Control Panel\Accessibility\DynamicScrollbars  # macOS https://developer.apple.com/documentation/appkit/nsscroller/preferredscrollerstyle https://developer.apple.com/documentation/appkit/nsscroller/style - overlay will hide track  # Linux Looks like GNOME has this...
* [ ] migrate to jspecify annotations instead jakarta * [ ] add plugin NullAway * [ ] enable strict null mode