JIDE: support JideSplitButton and JideSplitToggleButton

This commit is contained in:
Karl Tauber
2021-03-19 15:39:32 +01:00
parent d39b08c035
commit e9b566241d
16 changed files with 560 additions and 47 deletions

View File

@@ -19,7 +19,8 @@ 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`, `JideLabel` and `JideToggleButton`.
- JIDE Common Layer: Support `JideButton`, `JideLabel`, `JideSplitButton`,
`JideToggleButton` and `JideToggleSplitButton`.
- Support running in [JetBrains Projector](https://jetbrains.com/projector/).
#### Fixed bugs