in progress
[jalview.git] / forester / java / src / org / forester / archaeopteryx / MainPanelApplets.java
index 80a96c0..cfd54d7 100644 (file)
@@ -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