mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
TabbedPane: Changed name in demo and added separator repaint on focus gained.
This commit is contained in:
@@ -983,7 +983,7 @@ class TabsPanel
|
||||
panel4.add(showTabSeparatorsCheckBox, "cell 2 1");
|
||||
|
||||
//---- activeTabBorderCheckBox ----
|
||||
activeTabBorderCheckBox.setText("Active tab border");
|
||||
activeTabBorderCheckBox.setText("Paint border around active tab");
|
||||
activeTabBorderCheckBox.setName("activeTabBorderCheckBox");
|
||||
activeTabBorderCheckBox.addActionListener(e -> activeTabBorderChanged());
|
||||
panel4.add(activeTabBorderCheckBox, "cell 3 1");
|
||||
|
||||
Reference in New Issue
Block a user