mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
SwingX: new "column control" icon for JXTable that scales and uses antialiasing (issue #434)
This commit is contained in:
@@ -117,6 +117,7 @@ public class FlatComponents2Test
|
||||
ColorHighlighter rollover = new ColorHighlighter( HighlightPredicate.ROLLOVER_ROW, Color.cyan, null );
|
||||
Highlighter shading = new ShadingColorHighlighter( new HighlightPredicate.ColumnHighlightPredicate( 1 ) );
|
||||
xTable1.setHighlighters( simpleStriping, magenta, rollover, shading );
|
||||
xTable1.setColumnControlVisible( true );
|
||||
|
||||
// JXTreeTable
|
||||
xTreeTable1.setTreeTableModel( new FileSystemModel( new File( "." ) ) );
|
||||
|
||||
Reference in New Issue
Block a user