From 0af944d78fb0c15967d1e2382040819e047e550f Mon Sep 17 00:00:00 2001 From: lingutln Date: Tue, 10 Jan 2012 00:13:45 +0000 Subject: [PATCH] Layered Segmentation. Done by Nikhil. svn path=/; revision=258 --- Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java index 8337906..07cb808 100644 --- a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java +++ b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java @@ -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) -- 2.34.1