91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 41KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-05
  • 語言: 其他
  • 標簽:

資源簡介

基于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\Stuframe$Stuframe_button10_actionAdapter.class

?????文件????????802??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button11_actionAdapter.class

?????文件????????802??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button12_actionAdapter.class

?????文件????????845??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button13_actionAdapter.class

?????文件????????802??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button14_actionAdapter.class

?????文件????????798??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button1_actionAdapter.class

?????文件????????798??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button2_actionAdapter.class

?????文件????????798??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button3_actionAdapter.class

?????文件????????798??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button4_actionAdapter.class

?????文件????????798??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button5_actionAdapter.class

?????文件????????798??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button6_actionAdapter.class

?????文件????????798??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button7_actionAdapter.class

?????文件????????798??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button8_actionAdapter.class

?????文件????????841??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button9_actionAdapter.class

?????文件????????802??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button_1_actionAdapter.class

?????文件????????794??2008-07-07?13:30??Student\student\Stuframe$Stuframe_button_actionAdapter.class

?????文件????????806??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem1_actionAdapter.class

?????文件????????806??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem2_actionAdapter.class

?????文件????????806??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem3_actionAdapter.class

?????文件????????814??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem_11_actionAdapter.class

?????文件????????810??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem_2_actionAdapter.class

?????文件????????810??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem_3_actionAdapter.class

?????文件????????810??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem_4_actionAdapter.class

?????文件????????810??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem_5_actionAdapter.class

?????文件????????810??2008-07-07?13:30??Student\student\Stuframe$Stuframe_menuItem_6_actionAdapter.class

............此處省略10個文件信息

評論

共有 條評論