package frames; import javax.swing.JPanel; // ------------------------------------------------------------------------- // public interface IMainFrame { void showMainPanel(JPanel nowPanel); void showHistoryPanel(JPanel nowPanel, int index); }