-
package studentms;
import javax.swing.*;
import com.borland.jbcl.layout.*;
import java.awt.*;
public class userModify extends user{
public userModify() {
jLabel5.setVisible(false);
jCP
http://www.codebf.com/read/163302/5510203
-
package studentms;
import com.borland.jbcl.layout.*;
import java.awt.event.*;
public class addStuInfo extends stuInfo{
public addStuInfo() {
jBAdd.setVisible(false);
jBModify.setVisible(
http://www.codebf.com/read/163302/5510209
-
package studentms;
import javax.swing.*;
import com.borland.jbcl.layout.*;
import java.awt.*;
public class userAdd extends user {
public userAdd() {
jLabel3.setVisible(false);
jTNewPas
http://www.codebf.com/read/163302/5510210
-
package studentms;
import com.borland.jbcl.layout.*;
import java.awt.event.*;
public class addGrade extends gradeInfo {
public addGrade() {
jBAdd.setVisible(false);
jBModify.setVisible(fal
http://www.codebf.com/read/163302/5510216
-
[PropertyInfo]
borderLayout1,BorderLayout,false,false, , ,false,
image1,ImageIcon,false,false, , ,false,
image2,ImageIcon,false,false, , ,false,
image3,ImageIcon,false,f
http://www.codebf.com/read/163302/5510464
-
[PropertyInfo]
db,DBManager,false,false, , ,false,
jButtondelete,JButton,false,false, , ,false,
jButtonexit,JButton,false,false, , ,false,
jButtonfirst,JButton,false,fal
http://www.codebf.com/read/163302/5510484
-
[PropertyInfo]
db,DBManager,false,false, , ,false,
jButtondelete,JButton,false,false, , ,false,
jButtonexit,JButton,false,false, , ,false,
jButtonfirst,JButton,false,fal
http://www.codebf.com/read/163302/5510486
-
#Tue Oct 25 20:36:08 CST 2005
eclipse.preferences.version=1
showIntro=false
http://www.codebf.com/read/162925/5512058
-
[PropertyInfo]
cdAlbum,String,false,false, , ,true,
cdCompany,String,false,false, , ,true,
cdId,long,false,false, , ,true,
cdName,String,false,false, , ,true,
http://www.codebf.com/read/162839/5512854
-
function CheckNull(CheckElement)
{
if (CheckElement.value=="")
{
alert("必须输入数据!");
return false;
}
return true;
}
function checkValidate(CheckElement)
{
if (!CheckElement.datatyp
http://www.codebf.com/read/162766/5514581