Esempio n. 1
0
 public XYZCanvas() {
   super();
   addMouseListener(this);
   addMouseMotionListener(this);
   addMouseWheelListener(this);
 }