package frames; // ------------------------------------------------------------------------- // public interface IMainFrame { void showMainPanel(); void showHistoryPanel(int index); }