Exemplo n.º 1
0
 // update the fontmetrics when the font changes
 public synchronized void setFont(Font f) {
   super.setFont(f);
   fm = getFontMetrics(((List) target).getFont());
   updateMaxItemWidth();
 }