SwingX: new "column control" icon for JXTable that scales and uses antialiasing (issue #434)

This commit is contained in:
Karl Tauber
2021-12-07 17:45:25 +01:00
parent 405e3df1f0
commit c9a38f0a13
5 changed files with 79 additions and 1 deletions

View File

@@ -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( "." ) ) );