X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FArchaeopteryx.java;h=43481f5c475f0fa38156147067dd7a4bb9a713e5;hb=refs%2Fheads%2Fkjvdh%2Ffeatures%2Fforester;hp=b43b9f15de1d1d8977f32bafd9553f374eadcd0a;hpb=53809f5870d1dbb2c3716f59b8272c46f3e7b92e;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java b/forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java index b43b9f1..43481f5 100644 --- a/forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java +++ b/forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java @@ -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, "", "" ); }