From 8ce418fa7b103fc3035ebea08d9a17e60f0c42a3 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Wed, 25 May 2005 16:25:16 +0000 Subject: [PATCH] can output details to textbox --- src/jalview/appletgui/AnnotationLabels.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/jalview/appletgui/AnnotationLabels.java b/src/jalview/appletgui/AnnotationLabels.java index 2e47b05..57aeb06 100755 --- a/src/jalview/appletgui/AnnotationLabels.java +++ b/src/jalview/appletgui/AnnotationLabels.java @@ -15,6 +15,7 @@ public class AnnotationLabels extends Panel implements ActionListener static String HIDE = "Hide this row"; static String DELETE = "Delete this row"; static String SHOWALL="Show all hidden rows"; + static String OUTPUT_TEXT="Show Values In Textbox"; int selectedRow = 0; int scrollOffset = 0; @@ -49,6 +50,17 @@ public class AnnotationLabels extends Panel implements ActionListener for(int i=0; i