?? 教師查成績.java
字號:
/*
* ScoreT.java
*
* Created on 2008年10月16日, 下午7:37
*/
package javaapplication1;
/**
*
* @author mis06
*/
public class 教師查成績 extends javax.swing.JPanel {
/** Creates new form ScoreT */
public 教師查成績() {
某學生各門課成績 chengji1=new 某學生各門課成績();
某課程所有成績 chengji2=new 某課程所有成績();
某學生單科成績 chengji3=new 某學生單科成績();
initComponents();
jTabbedPane1.addTab("學生各門課成績",chengji1);
jTabbedPane1.addTab("課程所有成績",chengji2);
jTabbedPane1.addTab("學生單科成績",chengji3);
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
// <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:initComponents
private void initComponents() {
jTabbedPane1 = new javax.swing.JTabbedPane();
org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(this);
this.setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jTabbedPane1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 401, Short.MAX_VALUE)
);
layout.setVerticalGroup(
layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jTabbedPane1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 287, Short.MAX_VALUE)
);
}// </editor-fold>//GEN-END:initComponents
// Variables declaration - do not modify//GEN-BEGIN:variables
private javax.swing.JTabbedPane jTabbedPane1;
// End of variables declaration//GEN-END:variables
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -