資源簡介
基于C/S模式的學生信息管理系統,方便使用,便于管理

代碼片段和文件信息
package?student;
import?javax.swing.Jframe;
import?javax.swing.*;
import?java.awt.*;
public?class?StuFirst?{
boolean?packframe?=?false;
public?StuFirst()?{
????Stuframe?frame?=?new?Stuframe();
????if?(packframe)?{
????????frame.pack();
????}?else?{
????????frame.validate();
????}
????frame.setSize(500?375);
????frame.setLocation(100?100);
????frame.settitle(“學生信息管理系統“);
????frame.setResizable(false);
????frame.setVisible(true);
????try?{
????????jbInit();???????????????//構造界面
????}?catch?(Exception?ex)?{
????????ex.printStackTrace();
????}
}
public?static?void?main(String[]?args)?{
????SwingUtilities.invokeLater(new?Runnable()?{
????????public?void?run()?{
????????????try?{
????????????????UIManager.setLookAndFeel(UIManager.
?????????????????????????????????????????getSystemLookAndFeelClassName());
????????????}?catch?(Exception?exception)?{
????????????????exception.printStackTrace();
????????????}
????????????new?StuFirst();
????????}
????});
}
private?void?jbInit()?throws?Exception?{
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1847??2008-07-07?11:08??Student\.classpath
?????文件????????383??2008-07-01?08:17??Student\.project
?????文件????????775??2008-07-07?13:18??Student\student\StuFirst$1.class
?????文件???????1191??2008-07-07?13:18??Student\student\StuFirst.class
?????文件???????1066??2008-07-07?13:18??Student\student\StuFirst.java
?????文件????????802??2008-07-07?13:30??Student\student\Stufr
?????文件????????802??2008-07-07?13:30??Student\student\Stufr
?????文件????????802??2008-07-07?13:30??Student\student\Stufr
?????文件????????845??2008-07-07?13:30??Student\student\Stufr
?????文件????????802??2008-07-07?13:30??Student\student\Stufr
?????文件????????798??2008-07-07?13:30??Student\student\Stufr
?????文件????????798??2008-07-07?13:30??Student\student\Stufr
?????文件????????798??2008-07-07?13:30??Student\student\Stufr
?????文件????????798??2008-07-07?13:30??Student\student\Stufr
?????文件????????798??2008-07-07?13:30??Student\student\Stufr
?????文件????????798??2008-07-07?13:30??Student\student\Stufr
?????文件????????798??2008-07-07?13:30??Student\student\Stufr
?????文件????????798??2008-07-07?13:30??Student\student\Stufr
?????文件????????841??2008-07-07?13:30??Student\student\Stufr
?????文件????????802??2008-07-07?13:30??Student\student\Stufr
?????文件????????794??2008-07-07?13:30??Student\student\Stufr
?????文件????????806??2008-07-07?13:30??Student\student\Stufr
?????文件????????806??2008-07-07?13:30??Student\student\Stufr
?????文件????????806??2008-07-07?13:30??Student\student\Stufr
?????文件????????814??2008-07-07?13:30??Student\student\Stufr
?????文件????????810??2008-07-07?13:30??Student\student\Stufr
?????文件????????810??2008-07-07?13:30??Student\student\Stufr
?????文件????????810??2008-07-07?13:30??Student\student\Stufr
?????文件????????810??2008-07-07?13:30??Student\student\Stufr
?????文件????????810??2008-07-07?13:30??Student\student\Stufr
............此處省略10個文件信息
- 上一篇:Unity鼠標操作平移、旋轉、縮放
- 下一篇:獲得主機域名及其IP和Port端口
評論
共有 條評論