reorder fields to match application
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 8 Dec 2011 17:33:38 +0000 (17:33 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 8 Dec 2011 17:33:38 +0000 (17:33 +0000)
src/jalview/appletgui/PCAPanel.java

index 8a39ad9..23286db 100755 (executable)
@@ -36,9 +36,10 @@ public class PCAPanel extends EmbmenuFrame implements Runnable,
 
   AlignViewport av;
 
+  AlignmentView seqstrings;
+
   SequenceI[] seqs;
 
-  AlignmentView seqstrings;
 
   public PCAPanel(AlignViewport av)
   {