Macintosh JTable cellBorders  
Author Message
mhsampson





PostPosted: 2006-12-14 5:41:00 Top

java-programmer, Macintosh JTable cellBorders Does anyone know how to make a JTable display with grid lines under the
Macintosh LnF?

I understand it has something to do with the following, but so far have
had no luck with it.

UIManager.getDefaults().put( "TableHeader.cellBorder", LineBorder );

Mike Sampson