Submissions for secondary structure prediction are now filtered to remove empty seque...
[jalview.git] / src / jalview / gui / SequenceFetcher.java
index 75ff09c..fc3bd41 100755 (executable)
@@ -39,16 +39,19 @@ public class SequenceFetcher
     frame = new JInternalFrame();\r
     frame.setContentPane(this);\r
     if(System.getProperty("os.name").startsWith("Mac"))\r
-      Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 390, 140);\r
+      Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 400, 140);\r
     else\r
-      Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 390, 120);\r
+      Desktop.addInternalFrame(frame, "Sequence Fetcher (WSDBfetch@EBI)", 400, 120);\r
   }\r
 \r
   private void jbInit()\r
       throws Exception\r
   {\r
     this.setLayout(gridBagLayout1);\r
+\r
     database.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));\r
+    database.setMinimumSize(new Dimension(160, 21));\r
+    database.setPreferredSize(new Dimension(160, 21));\r
     jLabel1.setFont(new java.awt.Font("Verdana", Font.ITALIC, 11));\r
     jLabel1.setText(\r
         "Separate multiple accession ids with semi colon \";\"");\r
@@ -82,18 +85,18 @@ public class SequenceFetcher
                                              , GridBagConstraints.WEST,\r
                                              GridBagConstraints.NONE,\r
                                              new Insets(7, 4, 0, 6), 77, 6));\r
-    this.add(textfield, new GridBagConstraints(1, 1, 1, 1, 1.0, 0.0\r
-                                               , GridBagConstraints.WEST,\r
-                                               GridBagConstraints.HORIZONTAL,\r
-                                               new Insets(0, 0, 0, 6), 221, 1));\r
     this.add(jPanel1, new GridBagConstraints(0, 2, 2, 1, 1.0, 1.0\r
                                              , GridBagConstraints.WEST,\r
                                              GridBagConstraints.BOTH,\r
                                              new Insets(7, -2, 7, 12), 241, -2));\r
     this.add(database, new GridBagConstraints(0, 1, 1, 1, 1.0, 0.0\r
-                                              , GridBagConstraints.CENTER,\r
+                                              , GridBagConstraints.WEST,\r
                                               GridBagConstraints.NONE,\r
                                               new Insets(0, 4, 0, 0), 1, 0));\r
+    this.add(textfield, new GridBagConstraints(1, 1, 1, 1, 1.0, 0.0\r
+                                               , GridBagConstraints.CENTER,\r
+                                               GridBagConstraints.HORIZONTAL,\r
+                                               new Insets(0, 0, 0, 6), 200, 1));\r
   }\r
 \r
   JComboBox database = new JComboBox();\r