Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Modified Layout for popup dialog. Done by Nikhil.
authorlingutln <lingutln@localhost>
Sun, 1 Jan 2012 01:44:50 +0000 (01:44 +0000)
committerlingutln <lingutln@localhost>
Sun, 1 Jan 2012 01:44:50 +0000 (01:44 +0000)
svn path=/; revision=246

Annotation/.classpath
Annotation/src/ie/dcu/apps/ist/dialogs/PopUpLabelDialog.java

index 22412b6c9a2c02f608af7c008e1447f0c9cabf62..dae8e98e88b39b4f09341cfcc41b0d028f908a0a 100644 (file)
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry excluding="src/" kind="src" path=""/>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-       <classpathentry kind="lib" path="/home/lingutln/workspace/Annotation/library/commons-lang3-3.1.jar"/>
-       <classpathentry kind="lib" path="/home/lingutln/workspace/Annotation/library/jface.jar"/>
-       <classpathentry kind="lib" path="/home/lingutln/workspace/Annotation/library/json.jar"/>
-       <classpathentry kind="lib" path="/home/lingutln/workspace/Annotation/library/swt-gtk-64.jar"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="src" path="src"/>\r
+       <classpathentry excluding="src/" kind="src" path=""/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
+       <classpathentry kind="lib" path="C:/Users/Nikhil/workspace/image_annotation/lib/jface.jar"/>\r
+       <classpathentry kind="lib" path="C:/Users/Nikhil/workspace/image_annotation/lib/swt-win.jar"/>\r
+       <classpathentry kind="lib" path="C:/Users/Nikhil/workspace/Annotation/library/commons-lang3-3.1.jar"/>\r
+       <classpathentry kind="lib" path="C:/Users/Nikhil/workspace/Annotation/library/json.jar"/>\r
+       <classpathentry kind="output" path="bin"/>\r
+</classpath>\r
index bc4e60c2ea5155dc474a2ac5d0725997cab62462..6b19e62260c00d9437fd99e05f86960bf81c70e6 100644 (file)
@@ -92,7 +92,7 @@ public class PopUpLabelDialog extends Dialog {
                content = new Composite(shell, 0);
                content.setLayout(LayoutFactory.createGridLayout(0, 0, 1, false));
                widgets = new Composite(content, 0);
-               widgets.setLayout(LayoutFactory.createGridLayout(10, 5, 3, false));
+               widgets.setLayout(LayoutFactory.createGridLayout(10, 5, 2, false));
                widgets.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
                hline(content);
                buttons = new Composite(content, 0);
@@ -129,12 +129,9 @@ public class PopUpLabelDialog extends Dialog {
                                
                        }
                });
-               spacer(widgets);
                
                label(widgets, "Curator");
                curatorText = text(widgets,"Enter your name");
-               spacer(widgets);
-               hline(widgets);
                
                // Button bar
                expander(buttons);