文件名称:java-loginin
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
登陆注册界面设计,注册失败自动返回,成功则跳转页面-public class Register extends Jfr a me implements ActionListener{
private static final long serialVersionUID = 1L
String Sex = ""
JLabel lb_title,lb_user,lb_psd,lb_repsd,lb_sex,lb_class,lb_age
JTextField tf_user,tf_age
JPasswordField pf_psd,pf_repsd
JRadioButton rbtn_male,rbtn_female
JComboBox cb_class
JButton btn_register,btn_reset,btn_cancel
JPanel p0,p1,p2,p3,p4,p5,p6
public String getTitle(){
return "用户注册"
}
public Register(){
p0=new JPanel()
lb_title=new JLabel("用户注册")
lb_title.setFont(new Font("宋体",Font.BOLD,23))
p0.add(lb_title)
p1 = new JPanel()
lb_user=new JLabel("用 户 名:")
tf_user=new JTextField(16)
p1.add(lb_user)
private static final long serialVersionUID = 1L
String Sex = ""
JLabel lb_title,lb_user,lb_psd,lb_repsd,lb_sex,lb_class,lb_age
JTextField tf_user,tf_age
JPasswordField pf_psd,pf_repsd
JRadioButton rbtn_male,rbtn_female
JComboBox cb_class
JButton btn_register,btn_reset,btn_cancel
JPanel p0,p1,p2,p3,p4,p5,p6
public String getTitle(){
return "用户注册"
}
public Register(){
p0=new JPanel()
lb_title=new JLabel("用户注册")
lb_title.setFont(new Font("宋体",Font.BOLD,23))
p0.add(lb_title)
p1 = new JPanel()
lb_user=new JLabel("用 户 名:")
tf_user=new JTextField(16)
p1.add(lb_user)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
java loginin.doc