Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Layered Segmentation. Done by Nikhil.
authorlingutln <lingutln@localhost>
Tue, 10 Jan 2012 00:13:45 +0000 (00:13 +0000)
committerlingutln <lingutln@localhost>
Tue, 10 Jan 2012 00:13:45 +0000 (00:13 +0000)
svn path=/; revision=258

Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java

index 833790682efaf334a8bc95c00bdec9902f22297d..07cb808d7a448caabcaa8a212f0ca257638b5078 100644 (file)
@@ -1067,7 +1067,7 @@ public class SegmentationView extends Composite {
                        }
                        else if(event.button == 1)
                        {
-                               System.out.println("Mouse left click");
+                               System.out.println("Mouse left click"+event.x + "and" +event.y);
                        }
                }
                public void mouseDown(MouseEvent e)