예제 #1
0
 public void setFontSize(int size) {
   table.setFont(table.getFont().deriveFont((float) size));
 }