?? addstuinfo.java
字號:
package studentms;import com.borland.jbcl.layout.*;import java.awt.event.*;public class addStuInfo extends stuInfo{ public addStuInfo() { jBModify.setVisible(false); jBDelete.setVisible(false); jBSee.setVisible(false); jBSearch.setVisible(false); jBSum.setVisible(false); jBGrade.setVisible(false); this.getContentPane().add(jPanel1, new XYConstraints(3, -20, 363, 251)); jPanel1.add(jBAdd, new XYConstraints(102, 218, 53, 23)); jPanel1.add(jBSave, new XYConstraints(163, 218, 53, 23)); jPanel1.add(jBCancel, new XYConstraints(224, 218, 53, 23)); jPanel1.add(jBExit, new XYConstraints(284, 218, 53, 23)); xYLayout1.setWidth(384); xYLayout1.setHeight(240); this.setTitle("添加信息") ; this.setExeType("addnew"); this.setAbled(true); this.jBAdd .setEnabled(false); this.jBSave.setEnabled(true); this.jBCancel .setEnabled(true); } void jBCancel_actionPerformed(ActionEvent e) { this.setNull() ; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -