From: amwaterhouse Date: Fri, 27 May 2005 14:14:54 +0000 (+0000) Subject: Cut and paste changes X-Git-Tag: Release_2_0~154 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=944a2ac14705ce27cc38efb03531141d6da7cd61;p=jalview.git Cut and paste changes --- diff --git a/src/jalview/io/WSWUBlastClient.java b/src/jalview/io/WSWUBlastClient.java index 160d9f0..f8d74bf 100755 --- a/src/jalview/io/WSWUBlastClient.java +++ b/src/jalview/io/WSWUBlastClient.java @@ -11,16 +11,14 @@ import java.awt.*; public class WSWUBlastClient { - JInternalFrame outputFrame = new JInternalFrame(); CutAndPasteTransfer output = new CutAndPasteTransfer(); int jobsRunning = 0; public WSWUBlastClient(AlignmentI al, ArrayList ids) { - outputFrame.setContentPane(output); output.setText("To display sequence features an exact Uniprot id with 100% sequence identity match must be entered." +"\nIn order to display these features, try changing the names of your sequences to the ids suggested below."); - Desktop.addInternalFrame(outputFrame, "BLASTing for unidentified sequences ", 800,300); + Desktop.addInternalFrame(output, "BLASTing for unidentified sequences ", 800,300); for(int i=0; i