/** * */ package org.concord.otrunk.view; import org.concord.framework.otrunk.view.OTFrame; /** * @author scott * */ public interface OTMainFrame { public OTFrame getFrame(); public boolean getShowLeftPanel(); }