UI defaults inspector: initial commit with basic functionality

This commit is contained in:
Karl Tauber
2020-09-14 12:27:52 +02:00
parent 12ec0abf54
commit 015b04a29a
8 changed files with 487 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ FlatLaf Change Log
- Menu items "File > Open" and "File > Save As" now show file choosers.
- InternalFrame: Support draggable border for resizing frame inside of the
visible frame border. (issue #121)
- `FlatUIDefaultsInspector` added (see [FlatLaf Extras](flatlaf-extras)). A
simple UI defaults inspector that shows a window with all UI defaults used in
current theme (look and feel).
#### Fixed bugs