JAL-3253-applet JAL-3383
[jalview.git] / src / jalview / gui / SeqPanel.java
index de67c39..e5a5962 100644 (file)
@@ -74,7 +74,8 @@ import javax.swing.Timer;
 import javax.swing.ToolTipManager;
 
 /**
- * DOCUMENT ME!
+ * The main scrollable region containing the alignment and just to the right of
+ * the IDPanel.
  * 
  * @author $author$
  * @version $Revision: 1.130 $
@@ -223,7 +224,7 @@ public class SeqPanel extends JPanel
   SearchResultsI lastSearchResults;
 
   /**
-   * Creates a new SeqPanel object
+   * Create a new SeqPanel.
    * 
    * @param viewport
    * @param alignPanel
@@ -2811,4 +2812,11 @@ public class SeqPanel extends JPanel
             true);
   }
 
+  public void clearColors()
+  {
+    av.getAlignment().getSequences();
+    // TODO Auto-generated method stub
+
+  }
+
 }