package jalview.ext.forester.io; import javax.swing.JInternalFrame; public interface TreeParserI { public F loadTree(); }