Ejemplo n.º 1
0
 private JButton makeButton(String name) {
   JButton b = new JButton(name);
   b.setForeground(actionColor);
   return b;
 }