Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
svn path=/; revision=318
authorlingutln <lingutln@localhost>
Mon, 9 Apr 2012 23:21:19 +0000 (23:21 +0000)
committerlingutln <lingutln@localhost>
Mon, 9 Apr 2012 23:21:19 +0000 (23:21 +0000)
Annotation/src/ie/dcu/apps/ist/labelling/Labels.java
Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java

index 4a77f4cda07308b456caf1f0c5b7c3e8d91bab03..f7d0c13485e3e660e99bfe667e0733991e51ea8f 100644 (file)
@@ -109,7 +109,7 @@ public class Labels
                                                //get the employee element
                                                Element el = (Element)nlist.item(i);
                                                namBankId = new String(DatatypeConverter.parseBase64Binary(getTagValue("namebankID", el)));
-                                               nameBankString = new String(DatatypeConverter.parseBase64Binary(getTagValue("nameString", el)));
+                                               nameBankString = new String(DatatypeConverter.parseBase64Binary(getTagValue("fullNameString", el)));
                                                map.put(namBankId,nameBankString);
                                        }
                                }
index 282fab955619f75d64c48409d26d19e9fd69fd8e..c003c7434c8370f244a50193e97e252ad87d432d 100644 (file)
@@ -316,6 +316,7 @@ public class SegmentationView extends Composite {
                }
                System.out.println(speciesMap.size());
                searchSpecies.setEnabled(!(speciesCombo.getText().isEmpty()));
+               speciesCombo.setListVisible(true);
        }