mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
Window decorations: support enabling/disabling unified title bar backgrounds at runtime without FlatLaf.updateUI()
This commit is contained in:
@@ -172,7 +172,7 @@ class DemoFrame
|
||||
|
||||
private void unifiedTitleBar() {
|
||||
UIManager.put( "TitlePane.unifiedBackground", unifiedTitleBarMenuItem.isSelected() );
|
||||
FlatLaf.updateUI();
|
||||
repaint();
|
||||
}
|
||||
|
||||
private void underlineMenuSelection() {
|
||||
|
||||
Reference in New Issue
Block a user