Insubstantial / insubstantial

Swing look-and-feel library and assorted widgets
193 stars 57 forks source link

Allow toggleing of leading and training vertical lines in JTables #91

Closed shemnon closed 12 years ago

shemnon commented 12 years ago

Substance does some table line painting different from Metal. We need to add some flags to mimic old behavior.

The client property defined in 'org.pushingpixels.substance.api.SubstanceLookAndFeel.TABLE_LEADING_VERTICAL_LINE' when set on a JTable to false turns off the leading vertical line, otherwise it is always painted.

The client property defined in 'org.pushingpixels.substance.api.SubstanceLookAndFeel.TABLE_TRAILING_VERTICAL_LINE' when set on a JTable to false turns off the trailing vertical line, otherwise it is always painted.