From 944a2ac14705ce27cc38efb03531141d6da7cd61 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Fri, 27 May 2005 14:14:54 +0000 Subject: [PATCH] Cut and paste changes --- src/jalview/io/WSWUBlastClient.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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