Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Changed app name to SIA where necessary, re-added Exit menu option (under File),...
authorpreecej <preecej@localhost>
Wed, 27 Jun 2012 20:33:34 +0000 (20:33 +0000)
committerpreecej <preecej@localhost>
Wed, 27 Jun 2012 20:33:34 +0000 (20:33 +0000)
svn path=/; revision=350

Annotation/src/ie/dcu/apps/ist/AppWindow.java
Annotation/src/ie/dcu/apps/ist/Application.java
Annotation/src/ie/dcu/apps/ist/actions/AboutAction.java

index ccce7e1a09db6fd38a74f2136c33b497d77d6b97..6582410451d10642020aee114a330b41cc905196 100644 (file)
@@ -302,8 +302,8 @@ public class AppWindow extends ApplicationWindow implements FileDropListener {
                
                file.add(new Separator());
                file.add(actions.get(PrintAction.class));
-               file.add(new Separator());
-               file.add(actions.get(ExitAction.class));*/
+               file.add(new Separator());*/
+               file.add(actions.get(ExitAction.class));
 
                MenuManager edit = addMenu(bar, "&Edit");
 
@@ -313,7 +313,8 @@ public class AppWindow extends ApplicationWindow implements FileDropListener {
                edit.add(actions.get(CopyAction.class));
                edit.add(new Separator());
                edit.add(actions.get(PreferencesAction.class));
-
+               
+               /*
                MenuManager tools = addMenu(bar, "&Tools");
                tools.add(actions.get(OpenExperimentAction.class));
                tools.add(new Separator());
@@ -324,12 +325,11 @@ public class AppWindow extends ApplicationWindow implements FileDropListener {
                
                tools.add(new Separator());
                tools.add(actions.get(ConfigureSegmenterAction.class));
-               
+               */
                MenuManager go = addMenu(bar, "&Go");
                go.add(actions.get(NextAction.class));
                go.add(actions.get(PreviousAction.class));
                
-               
                MenuManager help = addMenu(bar, "&Help");
 
                help.add(actions.get(HelpAction.class));
index dd2ee9124739518342be22edb381d7b5afe7d276..738a61dd6049fc1be62b4e936bc7ac4c050cc5f5 100644 (file)
@@ -18,7 +18,7 @@ import static ie.dcu.util.OsUtils.*;
  */
 public class Application {
        public static final String APP_ID   = "ist";
-       public static final String APP_NAME = "Semantic Image Annotator";
+       public static final String APP_NAME = "SIA (Semantic Image Annotator)";
        public static final String APP_VERSION  = "0.1";
        public static final String APP_RESOURCE_DIR = "resources";
        
index bb266ade87d3a1b32d4790e89257b23791e3de28..51feb15a8892bbb03ccf229bb091125a9d11715c 100644 (file)
@@ -84,7 +84,7 @@ public class AboutAction extends AppAction {
                        String image = string("aboutImage");
                        addImage(image);
                        
-                       addLabel("App Name Here" + System.getProperty("line.separator") 
+                       addLabel("SIA (Semantic Image Annotator)" + System.getProperty("line.separator") 
                                        + "Ontology-Enabled Image Annotation", SWT.CENTER);
                        
                        // 2nd row