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

📄 teachingmanagesystemframe.java~1~

📁 中小学校园的教师
💻 JAVA~1~
📖 第 1 页 / 共 2 页
字号:
    DeptExaminePanel tp=new DeptExaminePanel();    this.setContentPane(tp);    tp.setVisible(true);  }*/  void jMenuItem3_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);   DeptExaminePanel tp=new DeptExaminePanel();   this.setContentPane(tp);   tp.setVisible(true);}  void jMenuBar1_ancestorAdded(AncestorEvent e) {    this.contentPane.setVisible(false);   DeptSetPanel tp=new DeptSetPanel();   this.setContentPane(tp);   tp.setVisible(true);  }  void jMenuItem2_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);  SchoolBaseInfoPanel tp=new SchoolBaseInfoPanel();  this.setContentPane(tp);  tp.setVisible(true);  }  void jMenuItem4_actionPerformed(ActionEvent e) {        this.contentPane.setVisible(false); SchoolBaseInfoExaminePanel tp=new SchoolBaseInfoExaminePanel(); this.setContentPane(tp); tp.setVisible(true);  }  void jMenuItem5_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);AddNewTeacherInfoPanel tp=new AddNewTeacherInfoPanel();this.setContentPane(tp);tp.setVisible(true);  }  void jMenuItem19_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);ClassroomTypeVindicatePanel tp=new ClassroomTypeVindicatePanel();this.setContentPane(tp);tp.setVisible(true);  }  void jMenuItem22_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);ClassroomVindicatePanel tp=new ClassroomVindicatePanel();this.setContentPane(tp);tp.setVisible(true);  }  void jMenuItem20_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);SetSpeciaTermlPanel tp=new SetSpeciaTermlPanel();this.setContentPane(tp);tp.setVisible(true);  }  void jMenuItem23_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);SetCoursePanel tp=new SetCoursePanel();this.setContentPane(tp);tp.setVisible(true);  }  void jMenuItem21_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);    WritePlanPanel tp=new WritePlanPanel();    this.setContentPane(tp);    tp.setVisible(true);  }  void jMenuItem24_actionPerformed(ActionEvent e) {    this.contentPane.setVisible(false);   ExaminePlanPanel tp=new ExaminePlanPanel();   this.setContentPane(tp);   tp.setVisible(true);  }}class TeachingManageSystemFrame_jMenuItem1_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem1_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.DeptSetPanel_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenu15_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenu15_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  } public void actionPerformed(ActionEvent e) { //   adaptee.Return_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem25_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem25_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.Return_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem26_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem26_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.OverSystem_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem3_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem3_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem3_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuBar1_ancestorAdapter implements javax.swing.event.AncestorListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuBar1_ancestorAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void ancestorAdded(AncestorEvent e) {    adaptee.jMenuBar1_ancestorAdded(e);  }  public void ancestorMoved(AncestorEvent e) {  }  public void ancestorRemoved(AncestorEvent e) {  }}class TeachingManageSystemFrame_jMenuItem2_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem2_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem2_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem4_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem4_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem4_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem5_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem5_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem5_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem19_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem19_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem19_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem22_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem22_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem22_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem20_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem20_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem20_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem23_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem23_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem23_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem21_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem21_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem21_actionPerformed(e);  }}class TeachingManageSystemFrame_jMenuItem24_actionAdapter implements java.awt.event.ActionListener {  TeachingManageSystemFrame adaptee;  TeachingManageSystemFrame_jMenuItem24_actionAdapter(TeachingManageSystemFrame adaptee) {    this.adaptee = adaptee;  }  public void actionPerformed(ActionEvent e) {    adaptee.jMenuItem24_actionPerformed(e);  }}

⌨️ 快捷键说明

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