JIDE: support JideButton and JideToggleButton

This commit is contained in:
Karl Tauber
2021-03-16 22:15:32 +01:00
parent 07db6e8fb0
commit beff149004
17 changed files with 681 additions and 36 deletions

View File

@@ -19,6 +19,7 @@ FlatLaf Change Log
menu bar and main content. If enabled with `UIManager.put(
"TitlePane.unifiedBackground", true );` then window title bar and menu bar
use same background color as main content. (PR #268; issue #254)
- JIDE Common Layer: Support `JideButton` and `JideToggleButton`.
#### Fixed bugs