Ejemplo n.º 1
0
 public void installUI(JComponent c) {
   button = (CurtainButton) c;
   button.addMouseListener(this);
   button.addMouseMotionListener(this);
 }