Пример #1
0
 public void installDefaults() {
   super.installDefaults();
   // Setup the rowheight. The font may change if UI switches
   FontMetrics fm = table.getFontMetrics(table.getFont());
   table.setRowHeight(fm.getHeight() + (fm.getHeight() / 4));
 }