⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 systemframe1.java~24~

📁 一个功能强大的图书管理系统,是个人版,适合学习swing的初学者阅读.
💻 JAVA~24~
📖 第 1 页 / 共 4 页
字号:
        adaptee.jBtqkjs_actionPerformed(e);
    }
}


class SystemFrame1_jBtqkbm_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBtqkbm_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBtqkbm_actionPerformed(e);
    }
}


class SystemFrame1_jBttsjs_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBttsjs_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBttsjs_actionPerformed(e);
    }
}


class SystemFrame1_jBttsbm_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBttsbm_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBttsbm_actionPerformed(e);
    }
}


class SystemFrame1_jBtdzgl_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBtdzgl_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBtdzgl_actionPerformed(e);
    }
}


class SystemFrame1_jBtyqqk_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBtyqqk_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBtyqqk_actionPerformed(e);
    }
}


class SystemFrame1_jBtyqts_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBtyqts_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBtyqts_actionPerformed(e);
    }
}


class SystemFrame1_jBtqkjy_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBtqkjy_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {

        adaptee.jBtqkjy_actionPerformed(e);
    }
}


class SystemFrame1_jBttsjy_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBttsjy_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBttsjy_actionPerformed(e);
    }
}


class SystemFrame1_jPanelSystemBottom_componentAdapter extends ComponentAdapter {
    private SystemFrame1 adaptee;
    SystemFrame1_jPanelSystemBottom_componentAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void componentResized(ComponentEvent e) {
        adaptee.jPanelSystemBottom_componentResized(e);
    }
}


class SystemFrame1_jmiPassword_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmiPassword_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jmiPassword_actionPerformed(e);
    }
}


class SystemFrame1_jmiMagazineNumberDepot_actionAdapter implements
        ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmiMagazineNumberDepot_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jmiMagazineNumberDepot_actionPerformed(e);
    }
}


class SystemFrame1_jmiOP_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmiOP_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jmiOP_actionPerformed(e);
    }
}


class SystemFrame1_jmireaderFile_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmireaderFile_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {

        adaptee.jmireaderFile_actionPerformed(e);
    }
}


class SystemFrame1_jmiLogin_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmiLogin_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jmiLogin_actionPerformed(e);
    }
}


class SystemFrame1_jmiBorrowBook_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmiBorrowBook_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {

        adaptee.jmiBorrowBook_actionPerformed(e);
    }
}


class SystemFrame1_jmiOverdueBook_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmiOverdueBook_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jmiOverdueBook_actionPerformed(e);
    }
}


class SystemFrame1_this_windowAdapter extends WindowAdapter {
    private SystemFrame1 adaptee;
    SystemFrame1_this_windowAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void windowClosing(WindowEvent e) {
        adaptee.this_windowClosing(e);
    }
}





class SystemFrame1_this_windowFocusAdapter implements WindowFocusListener {
    private SystemFrame1 adaptee;
    SystemFrame1_this_windowFocusAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void windowGainedFocus(WindowEvent e) {
        adaptee.this_windowGainedFocus(e);
    }

    public void windowLostFocus(WindowEvent e) {
    }
}





class SystemFrame1_contentPane_componentAdapter extends ComponentAdapter {
    private SystemFrame1 adaptee;
    SystemFrame1_contentPane_componentAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void componentResized(ComponentEvent e) {
        adaptee.contentPane_componentResized(e);
    }
}


class SystemFrame1_contentPane_hierarchyBoundsAdapter extends
        HierarchyBoundsAdapter {
    private SystemFrame1 adaptee;
    SystemFrame1_contentPane_hierarchyBoundsAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void ancestorResized(HierarchyEvent e) {
        adaptee.contentPane_ancestorResized(e);
    }
}


class SystemFrame1_this_componentAdapter extends ComponentAdapter {
    private SystemFrame1 adaptee;
    SystemFrame1_this_componentAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void componentResized(ComponentEvent e) {
        adaptee.this_componentResized(e);
    }
}




class SystemFrame1_jBtxtdl_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBtxtdl_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBtxtdl_actionPerformed(e);
    }
}


class SystemFrame1_jmiBookNumberDepot_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmiBookNumberDepot_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {

        adaptee.jmiBookNumberDepot_actionPerformed(e);
    }
}



class SystemFrame1_jmiExit_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jmiExit_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jmiExit_actionPerformed(e);
    }
}


class SystemFrame1_jBttcxt_actionAdapter implements ActionListener {
    private SystemFrame1 adaptee;
    SystemFrame1_jBttcxt_actionAdapter(SystemFrame1 adaptee) {
        this.adaptee = adaptee;
    }

    public void actionPerformed(ActionEvent e) {
        adaptee.jBttcxt_actionPerformed(e);
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -