JAL-281 added new createApplication with Phylogeny[] and Configuration
authorkjvdheide <kjvanderheide@dundee.ac.uk>
Mon, 20 Nov 2017 12:36:29 +0000 (12:36 +0000)
committerkjvdheide <kjvanderheide@dundee.ac.uk>
Mon, 20 Nov 2017 12:36:29 +0000 (12:36 +0000)
forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java

index b43b9f1..43481f5 100644 (file)
@@ -49,7 +49,10 @@ public final class Archaeopteryx {
         phylogenies[ 0 ] = phylogeny;
         return MainFrameApplication.createInstance( phylogenies, config, title );
     }
-
+    public static MainFrame createApplication( final Phylogeny[] phylogenies, final Configuration config, final String title ) {
+        return MainFrameApplication.createInstance( phylogenies, config, title );
+    }
+    
     public static MainFrame createApplication( final Phylogeny[] phylogenies ) {
         return createApplication( phylogenies, "", "" );
     }