kle*_*tra 11
查看setIntercellSpacing和/或setRow/ColumnMargin.好的,查找方法:
// set gap between rows, api in JTable
table.setRowMargin(int)
// set gap between columns, api in TableColumnModel
table.getColumnModel().setColumnMargin(int)
// convenience for setting both row and column gaps
table.setIntercellSpacing(Dimension)
Run Code Online (Sandbox Code Playgroud)