資源簡介
使用Java gui 和mysql作為數據庫的科研信息管理系統課設作品。
代碼片段和文件信息
package?com.njue.mis;
import?javax.swing.Jframe;
import?com.njue.mis.view.Loginframe;
public?class?MIS
{
public?static?void?main(String[]?args)
{
Jframe.setDefaultLookAndFeelDecorated(true);
Loginframe?loginframe=new?Loginframe();
Jframe.setDefaultLookAndFeelDecorated(true);
}
}
評論
共有 條評論