Karl T
Karl T
Try FlatLaf (https://github.com/JFormDesigner/FlatLaf) 😉
I've built and published latest jide-oss version to **Maven Central**: https://search.maven.org/artifact/com.formdev/jide-oss ~~~ com.formdev jide-oss 3.7.11.1 ~~~ This was built on GitHub Actions using Gradle. Project is here: https://github.com/JFormDesigner/jide-oss
@mokun 3.7.12 is now available on maven central 😄
I've built and published latest jide-oss version to **Maven Central**: https://search.maven.org/artifact/com.formdev/jide-oss ~~~ com.formdev jide-oss 3.7.11.1 ~~~ This was built on GitHub Actions using Gradle. Project is here: https://github.com/JFormDesigner/jide-oss
That's strange 😕 Are you modifying the default font in some way in your app. E.g. `UIManager.put( "defaultFont", myFont );` Or do you set system properties `flatlaf.uiScale` or `sun.java2d.uiScale`? **GTinOZ's...
> didnt realize have to store in folder structure that matches the jar, i.e `C:\Program Files\Jthink\Jaikoz\app\com\formdev\flatlaf\natives` Hmm, that's not true. If system property `flatlaf.nativeLibraryPath` is set to a directory, then...
> I was wondering whether it was a conscious decision to not offer a placeholder for `JTextArea`. no, simply did not need it... 😉 > I've seen you are using...
> Do you want a new property or reuse `JTextField.placeholderText`? Reuse `JTextField.placeholderText`. > ... without copying it's code or manipulating it's properties ... Since the license of OpenJDK is GPL,...
An alternative would be `JTree.getClosestPathForLocation()`, which works fine with wide selection. The downside of this method is that if clicking on the free area below the tree (e.g. if all...
Hmm, right aligned title looks weird to me 😕 Have you tried to increase the value of `TitlePane.menuBarTitleGap` to get a larger gap between menu bar and title? E.g. ~~~...