-
[FlatLaf](https://github.com/JFormDesigner/FlatLaf) is becoming common in Java Swing applications as a direct plug-in for "modern" themes. Unfortunately the interaction between JTreeTable and FlatLaf …
-
FlatLaf ist sehr leicht mittels einer properties Datei anzupassen.
Die Datei muss nicht unbedingt Teil des Classpath sein. Bevor FlatLaf initialisiert wird, kann man mit `FlatLaf.registerCustomDef…
-
JLabel html rendering changes font size with java 17 using flatlaf 3.5.2
```java
JLabel l1 = new JLabel("Destination");
String htmlDestination = "Destination";
JLabel l2 = new JLabel(htmlDestina…
-
### Issue Description
I'm experiencing a repaint issue with FlatLaf 3.5.1 on Windows 11. My setup includes an AMD graphics card (RX 6700 XT) with three monitors (1920 x 1080, 120Hz). The issue occu…
-
I need help with modules and jaylib-ffm. I need modules for Java RMI, but apparently the Main.java class from the jaylib-ffm examples does not work with a module-info.java file. Here's my module-inf…
-
On windows, I first try to do run agent, and then build the native-image and it's saying above errro:
```
D:\NetBeansProjects\BuildApps\swing-graalvm-demo>demo.exe
java.lang.Error: java.home prop…
-
This is a meta issue to discuss behavior changes with the new flatlaf l&f and how to address them.
failing plugins:
- [ ] star-calling-assist failed: ***/log/star-calling-assist/1.10.18-flatlaf-…
Adam- updated
11 months ago
-
**Is your feature request related to a problem? Please describe.**
Currently, when users enter dubious values in input fields, there's no immediate visual feedback to indicate which field is problema…
-
Java 8 is obsolete and has long been so; I can not find it in Devuan or Debian at all except for unstable, from which I don't intend to install as I'm running mostly Devuan stable (for one thing, ther…
-
Add support of https://www.formdev.com/flatlaf/ in custom components