\r
public void inputTextboxMenuItem_actionPerformed(ActionEvent e)\r
{\r
- CutAndPasteTransfer cap = new CutAndPasteTransfer(true);\r
+ CutAndPasteTransfer cap = new CutAndPasteTransfer();\r
int accept = JOptionPane.showInternalOptionDialog(Desktop.desktop, cap, "Cut & paste Alignment File",\r
JOptionPane.YES_NO_CANCEL_OPTION,\r
JOptionPane.PLAIN_MESSAGE,\r
\r
protected void analyze_actionPerformed(ActionEvent e)\r
{\r
- CutAndPasteTransfer cap = new CutAndPasteTransfer(false);\r
+ CutAndPasteTransfer cap = new CutAndPasteTransfer();\r
JInternalFrame frame = new JInternalFrame();\r
- cap.formatForOutput();\r
frame.setContentPane(cap);\r
Desktop.addInternalFrame(frame, "Analyze this - ", 400, 300);\r
SequenceGroup sg = getGroup();\r
AlignmentPanel ap;\r
ArrayList unknownSequences;\r
JInternalFrame outputFrame = new JInternalFrame();\r
- CutAndPasteTransfer output = new CutAndPasteTransfer(false);\r
+ CutAndPasteTransfer output = new CutAndPasteTransfer();\r
StringBuffer sbuffer = new StringBuffer();\r
\r
public SequenceFeatureFetcher(AlignmentI align, AlignmentPanel ap)\r
findMissingIds(align);\r
if(sbuffer.length()>0)\r
{\r
- output.formatForOutput();\r
outputFrame.setContentPane(output);\r
output.setText("Your sequences have been matched to Uniprot. Some of the ids have been\n"\r
+"altered, most likely the start/end residue will have been updated.\n"\r
public class WSWUBlastClient\r
{\r
JInternalFrame outputFrame = new JInternalFrame();\r
- CutAndPasteTransfer output = new CutAndPasteTransfer(false);\r
+ CutAndPasteTransfer output = new CutAndPasteTransfer();\r
int jobsRunning = 0;\r
\r
public WSWUBlastClient(AlignmentI al, ArrayList ids)\r
{\r
-\r
- output.formatForOutput();\r
outputFrame.setContentPane(output);\r
output.setText("To display sequence features an exact Uniprot id with 100% sequence identity match must be entered."\r
+"\nIn order to display these features, try changing the names of your sequences to the ids suggested below.");\r