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
, GridBagConstraints.WEST,\r
GridBagConstraints.BOTH,\r
new Insets(7, -2, 7, 12), 241, -2));\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), 200, 1));\r
this.add(database, new GridBagConstraints(0, 1, 1, 1, 1.0, 0.0\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