X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FMainPanelApplets.java;h=cfd54d7333f72e2b3a07ec77f10ef38890e0ae43;hb=0b39293d1577083551ba528d0ac7afcacbf69dde;hp=4d4d684621252f549dfc355fe90d79fd04e7e47b;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/MainPanelApplets.java b/forester/java/src/org/forester/archaeopteryx/MainPanelApplets.java index 4d4d684..cfd54d7 100644 --- a/forester/java/src/org/forester/archaeopteryx/MainPanelApplets.java +++ b/forester/java/src/org/forester/archaeopteryx/MainPanelApplets.java @@ -24,7 +24,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // // Contact: phylosoft @ gmail . com -// WWW: www.phylosoft.org/forester +// WWW: https://sites.google.com/site/cmzmasek/home/software/forester package org.forester.archaeopteryx; @@ -70,14 +70,6 @@ final class MainPanelApplets extends MainPanel { setupTreeGraphic( configuration, getControlPanel() ); } - JApplet getApplet() { - return _applet; - } - - MainFrameApplet getAppletFrame() { - return ( MainFrameApplet ) _mainframe; - } - @Override public Options getOptions() { if ( _mainframe != null ) { @@ -87,4 +79,12 @@ final class MainPanelApplets extends MainPanel { return ( ( ArchaeopteryxE ) _applet ).getOptions(); } } + + JApplet getApplet() { + return _applet; + } + + MainFrameApplet getAppletFrame() { + return ( MainFrameApplet ) _mainframe; + } } \ No newline at end of file