JAL-845 first rough applet SplitFrame (add parameter file2)
[jalview.git] / src / jalview / gui / SplitFrame.java
index 486db47..791e04f 100644 (file)
@@ -22,6 +22,18 @@ import javax.swing.KeyStroke;
 import javax.swing.event.InternalFrameAdapter;
 import javax.swing.event.InternalFrameEvent;
 
+/**
+ * An internal frame on the desktop that hosts a horizontally split view of
+ * linked DNA and Protein alignments. Additional views can be created in linked
+ * pairs, expanded to separate split frames, or regathered into a single frame.
+ * <p>
+ * (Some) operations on each alignment are automatically mirrored on the other.
+ * These include mouseover (highlighting), sequence and column selection,
+ * sequence ordering and sorting, and grouping, colouring and sorting by tree.
+ * 
+ * @author gmcarstairs
+ *
+ */
 public class SplitFrame extends GSplitFrame
 {
   private static final long serialVersionUID = 1L;