JAL-2800 first go at new calculation frame
[jalview.git] / src / jalview / gui / TreeCalculationFrame.java
index e037d22..873d2b5 100644 (file)
@@ -5,7 +5,8 @@ import java.awt.event.FocusEvent;
 
 import javax.swing.JInternalFrame;
 
-public class TreeCalculationFrame extends JInternalFrame
+public class TreeCalculationFrame extends JInternalFrame // extends
+                                                         // OptsAndParamsPage?
 {
   private AlignFrame af;
 
@@ -34,6 +35,10 @@ public class TreeCalculationFrame extends JInternalFrame
       }
     });
 
+    Desktop.addInternalFrame(
+            this, "Phylogenetic inference chooser", 400, 400, false
+    );
+
 
 
   }