java - JTable without horizontal and vertical lines -


How to create a jet in it without vertical and horizontal lines ...

< P> Try to play with setShowGrid () , setShowVerticalLines () and setShowHorizontalLines ()

Determines if the table draws a vertical line between the cells. If the vertical lines are true; If this is wrong, then it is not.

Example:

  table.setShowGrid (wrong); Table.setShowVerticalLines (wrong); Table.setShowGrid (wrong); Table.setShowHorizontalLines (wrong);  

Comments