Native libraries: support loading via System.loadLibrary()

(for pre-extracted native libs in NetBeans)
This commit is contained in:
Karl Tauber
2022-10-06 10:49:55 +02:00
parent 1a456d5d68
commit 8e42b19934
4 changed files with 66 additions and 14 deletions

View File

@@ -3,6 +3,11 @@ FlatLaf Change Log
## 3.0-SNAPSHOT
#### New features and improvements
- If value of system property `flatlaf.nativeLibraryPath` is `system`, then
`System.loadLibrary(String)` is used to load the native library.
#### Fixed bugs
- ComboBox and Spinner: Fixed missing arrow buttons if preferred height is zero.