Method setShowVerticalLines(boolean showVerticalLines)
Return type: void
Member of: javax.swing.JTable
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 setShowVerticalLines(false);
2 setShowVerticalLines(false);
3 setShowVerticalLines(true);
4 this.setShowVerticalLines(true);
5 _table.setShowVerticalLines(false);
6 table.setShowVerticalLines(false);
7 this.setShowVerticalLines (false);
8 setShowVerticalLines( false);
9 setShowVerticalLines(true);
10 certificateTable.setShowVerticalLines (false);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.