Hi,

it's just a small thing, but it is kind of intuitive to cancel a gesture by 
pressing Escape, imo. To implement that for an instance of 
ConstrainedMultiClickTool would  be quite easy by changing the current 
keypressed-method in line  337:

        public void keyPressed(KeyEvent e){
            if (e.getKeyCode() == KeyEvent.VK_ESCAPE)
                cancelGesture();
        }


 
Are there any concerns? 

Regards

Volker


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to