Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Minor change in commit.
authorlingutln <lingutln@localhost>
Mon, 19 Dec 2011 03:47:37 +0000 (03:47 +0000)
committerlingutln <lingutln@localhost>
Mon, 19 Dec 2011 03:47:37 +0000 (03:47 +0000)
svn path=/; revision=227

Annotation/src/ie/dcu/apps/ist/AppWindow.java

index 168d8e0438c6af7fb5a40c88fc7cb691fe2f39f9..59b42117e2663e1cafdc234a30ff7546b54ad129 100644 (file)
@@ -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;
                }