66676869707172
* @param y */ protected final void testPress(int x, int y) { logger.debug("Mouse clicked at "+x+","+y); new MouseClickEvent().notify(new Point(x,y)); } // end of testPress()
62636465666768
* @param y */ protected final void testPress(int x, int y) { System.out.println("Mouse clicked at "+x+","+y); new MouseClickEvent().notify(new Point(x,y)); } // end of testPress()