mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
ToolBar: added arrowKeysOnlyNavigation to unit tests (issue #346)
This commit is contained in:
@@ -830,6 +830,7 @@ public class TestFlatStyleableInfo
|
||||
|
||||
Map<String, Class<?>> expected = expectedMap(
|
||||
"focusableButtons", boolean.class,
|
||||
"arrowKeysOnlyNavigation", boolean.class,
|
||||
|
||||
"borderMargins", Insets.class,
|
||||
"gripColor", Color.class
|
||||
|
||||
@@ -995,6 +995,7 @@ public class TestFlatStyling
|
||||
FlatToolBarUI ui = (FlatToolBarUI) c.getUI();
|
||||
|
||||
ui.applyStyle( "focusableButtons: true" );
|
||||
ui.applyStyle( "arrowKeysOnlyNavigation: true" );
|
||||
|
||||
ui.applyStyle( "borderMargins: 1,2,3,4" );
|
||||
ui.applyStyle( "gripColor: #fff" );
|
||||
|
||||
Reference in New Issue
Block a user