简单的java入门简历程序代码
至于网页的代码,这里就不贴了。你好,如果你想的话。
JAVA代码如下所示:
进口?Java . awt . borderlayout;
进口?javax . swing . *;
进口?Java . awt . dimension;
进口?Java . awt . rectangle;
公共?班级?米卢鲁?延伸?JFrame?{
私人?静电?决赛?龙?serialVersionUID?=?1L;
私人?JPanel?jContentPane?=?null
私人?JLabel?jLabel?=?null
私人?JLabel?jLabel1?=?null
私人?JLabel?jLabel2?=?null
私人?JLabel?jLabel3?=?null
私人?JTextField?jTextField?=?null
私人?JRadioButton?jRadioButton?=?null
私人?JRadioButton?jRadioButton1?=?null
私人?JComboBox?jComboBox?=?null
私人?JComboBox?jComboBox1?=?null
私人?JButton?jButton?=?null
私人?JButton?jButton1?=?null
私人?JTextArea?jTextArea?=?null
私人?ButtonGroup?mybg=new?button group();
/**
*?这个?是吗?那个?违约?构造器
*/
公共?MyLuRu()?{
super();
initialize();
}
/**
*?这个?方法?初始化?这
*?
*?@回归?空的
*/
私人?作废?初始化()?{
this.setSize(268,?407);
this . setcontentpane(getJContentPane());
this . settitle(" entry ");
this.addWindowListener(新?java.awt.event.WindowAdapter()?{
公共?作废?窗口关闭(java.awt.event.WindowEvent?e)?{
system . exit(0);
}
});
this . set visible(true);
}
/**
*?这个?方法?初始化?jContentPane
*?
*?@回归?javax.swing.JPanel
*/
私人?JPanel?getJContentPane()?{
如果?(jContentPane?==?null)?{
jLabel3?=?新的?JLabel();
jLabel3.setBounds(新?矩形(16,?150,?65,?18));
杰贝尔3号。settext("教育程度:");
jLabel2?=?新的?JLabel();
jLabel2.setBounds(新?矩形(16,?108,?39,?18));
jlabel 2 . settext(" major:");
jLabel1?=?新的?JLabel();
jLabel1.setBounds(新?矩形(16,?66,?39,?18));
jlabel 1 . settext(" gender:");
jLabel?=?新的?JLabel();
jLabel.setBounds(新?矩形(16,?24,?39,?18));
jlabel . settext(" name:");
jContentPane?=?新的?JPanel();
jcontentpane . set layout(null);
jContentPane.add(jLabel,null);
jContentPane.add(jLabel1,?null);
jContentPane.add(jLabel2,?null);
jContentPane.add(jLabel3,?null);
jContentPane.add(getJTextField(),?null);
jcontentpane . add(getJRadioButton(),?null);
jcontentpane . add(getjradiobutton 1(),?null);?
mybg . add(jRadioButton);
mybg . add(jradiobutton 1);
jContentPane.add(getJComboBox(),?null);
jcontentpane . add(getjcombobx 1(),?null);
jContentPane.add(getJButton(),?null);
jcontentpane . add(getjbutton 1(),?null);
jContentPane.add(getJTextArea(),?null);
}
回归?jContentPane
}
/**
*?这个?方法?初始化?jTextField?
*?
*?@回归?javax.swing.JTextField?
*/
私人?JTextField?getJTextField()?{
如果?(jTextField?==?null)?{
jTextField?=?新的?JTextField();
jTextField.setBounds(新?矩形(61,?24,?180,?18));
}
回归?jTextField
}
/**
*?这个?方法?初始化?jRadioButton?
*?
*?@回归?javax.swing.JRadioButton?
*/
私人?JRadioButton?getJRadioButton()?{
如果?(jRadioButton?==?null)?{
jRadioButton?=?新的?JRadioButton();
jRadioButton.setBounds(新?矩形(61,?62,?38,?26));
jradiobutton . settext(" male ");
}
回归?jRadioButton
}
/**
*?这个?方法?初始化?jRadioButton1?
*?
*?@回归?javax.swing.JRadioButton?
*/
私人?JRadioButton?getJRadioButton1()?{
如果?(jRadioButton1?==?null)?{
jRadioButton1?=?新的?JRadioButton();
jRadioButton1.setBounds(新?矩形(117,?62,?38,?26));
jradiobutton 1 . settext(" female ");
}
回归?jradiobutton 1;
}
/**
*?这个?方法?初始化?jComboBox?
*?
*?@回归?javax.swing.JComboBox?
*/
私人?JComboBox?getJComboBox()?{
如果?(jComboBox?==?null)?{
String[]?Strcb={“计算机”、“电子”、“工商”};
jComboBox?=?新的?JComboBox(strcb);
jComboBox.setBounds(新?矩形(62,?108,?93,?18));
}
回归?jComboBox
}
/**
*?这个?方法?初始化?jComboBox1?
*?
*?@回归?javax.swing.JComboBox?
*/
私人?JComboBox?getjcombobx 1()?{
如果?(jComboBox1?==?null)?{
String[]?Strcb2={“大专”、“本科”、“硕士”、“博士”};
jComboBox1?=?新的?JComboBox(strcb 2);
jComboBox1.setBounds(新?矩形(92,?150,?125,?18));
}
回归?jcombobox 1;
}
/**
*?这个?方法?初始化?jButton?
*?
*?@回归?javax.swing.JButton?
*/
私人?JButton?getJButton()?{
如果?(jButton?==?null)?{
jButton?=?新的?JButton();
jButton.setBounds(新?矩形(66,?181,?60,?28));
jbutton . settext(" submit ");
jButton.addActionListener(新?java.awt.event.ActionListener()?{
公共?作废?action performed(Java . awt . event . action event?e)?{
字符串?strname = jtextfield . gettext();
字符串?Strsex = " male
if(jradiobutton 1 . is selected()){
Strsex= "女性";
}
字符串?strzy = jcombobox . getselecteditem()。toString();
字符串?strwh = jcombobox 1 . getselecteditem()。toString();
jtextarea . settext(" Name:"+strname+" \ r \ n "+" Gender:"+strrex+" \ r \ n "+" Major:"+strzy+" \ r \ n "+" Culture:"+strwh);
}
});
}
回归?jButton
}
/**
*?这个?方法?初始化?jButton1?
*?
*?@回归?javax.swing.JButton?
*/
私人?JButton?getJButton1()?{
如果?(jButton1?==?null)?{
jButton1?=?新的?JButton();
jButton1.setBounds(新?矩形(158,?181,?60,?28));
jbutton 1 . settext(" Cancel ");
jbutton 1 . addactionlistener(新?java.awt.event.ActionListener()?{
公共?作废?action performed(Java . awt . event . action event?e)?{
system . exit(0);
}
});
}
回归?jbutton 1;
}
/**
*?这个?方法?初始化?jTextArea?
*?
*?@回归?javax.swing.JTextArea?
*/
私人?JTextArea?getJTextArea()?{
如果?(jTextArea?==?null)?{
jTextArea?=?新的?JTextArea();
jTextArea.setBounds(新?矩形(16,?225,?229,?130));
}
回归?jTextArea
}
公共?静电?作废?main(字符串?args[]){
新的?my luru();
}
}?
效果如下: