mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
Theme Editor: fixed preview of focused list and table selection
This commit is contained in:
@@ -59,9 +59,9 @@ class FlatThemePreviewAll
|
||||
|
||||
list1.setSelectedIndex( 1 );
|
||||
tree1.setSelectionRow( 1 );
|
||||
table1.setRowSelectionInterval( 1, 1 );
|
||||
table1.setRowSorter( new TableRowSorter<>( table1.getModel() ) );
|
||||
table1.getRowSorter().toggleSortOrder( 0 );
|
||||
table1.setRowSelectionInterval( 1, 1 );
|
||||
table1.uiDefaultsGetter = preview::getUIDefaultProperty;
|
||||
|
||||
EventQueue.invokeLater( () -> {
|
||||
|
||||
Reference in New Issue
Block a user