From: lingutln Date: Mon, 19 Dec 2011 03:47:37 +0000 (+0000) Subject: Minor change in commit. X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=3f7e8712682b098ec207f00e880f7951a535e2d5;p=old-jaiswallab-svn%2F.git Minor change in commit. svn path=/; revision=227 --- diff --git a/Annotation/src/ie/dcu/apps/ist/AppWindow.java b/Annotation/src/ie/dcu/apps/ist/AppWindow.java index 168d8e0..59b4211 100644 --- a/Annotation/src/ie/dcu/apps/ist/AppWindow.java +++ b/Annotation/src/ie/dcu/apps/ist/AppWindow.java @@ -718,19 +718,10 @@ public class AppWindow extends ApplicationWindow implements FileDropListener { } }; view.getCanvas().addMouseMoveListener(mouseListener); - if((SegmentationView.comboLabel.getText()).trim().equals("")) - { - status(AppStatus.Information, + status(AppStatus.Information, "Location [%4d,%4d] Color [%3d,%3d,%3d]", pt.x, pt.y, c.red, c.green, c.blue); - } - else - { - status(AppStatus.Information, - "Location [%4d,%4d] Color [%3d,%3d,%3d] Label [%s]", - pt.x, pt.y, c.red, c.green, c.blue, SegmentationView.comboLabel.getText()); - } - inside = true; + inside = true; }