資源簡(jiǎn)介
JAVA代碼。個(gè)人簡(jiǎn)歷錄入程序,通過(guò)文本框錄入姓名,通過(guò)單選按鈕選擇性別,通過(guò)組合框選擇專(zhuān)業(yè)(計(jì)算機(jī),電子,工商等)和文化程度(大專(zhuān),本科,碩士,博士等),設(shè)置“提交”與“取消”兩個(gè)按鍵,當(dāng)用鼠標(biāo)點(diǎn)擊“提交”按鍵時(shí),在文本框中顯示所填寫(xiě)以及選擇的信息。當(dāng)點(diǎn)擊“取消”按鍵退出系統(tǒng)。
代碼片段和文件信息
import?java.awt.GridBagConstraints;
import?java.awt.GridBagLayout;
import?java.awt.Insets;
import?javax.swing.ButtonGroup;
import?javax.swing.ComboBoxModel;
import?javax.swing.DefaultComboBoxModel;
import?javax.swing.JButton;
import?javax.swing.JComboBox;
import?javax.swing.JLabel;
import?javax.swing.JRadioButton;
import?javax.swing.JTextArea;
import?javax.swing.JTextField;
import?java.awt.event.*;
import?javax.swing.WindowConstants;
/**
*?This?code?was?edited?or?generated?using?CloudGarden‘s?Jigloo
*?SWT/Swing?GUI?Builder?which?is?free?for?non-commercial
*?use.?If?Jigloo?is?being?used?commercially?(ie?by?a?corporation
*?company?or?business?for?any?purpose?whatever)?then?you
*?should?purchase?a?license?for?each?developer?using?Jigloo.
*?Please?visit?www.cloudgarden.com?for?details.
*?Use?of?Jigloo?implies?acceptance?of?these?licensing?terms.
*?A?COMMERCIAL?LICENSE?HAS?NOT?BEEN?PURCHASED?FOR
*?THIS?MACHINE?SO?JIGLOO?OR?THIS?CODE?CANNOT?BE?USED
*?LEGALLY?FOR?ANY?CORPORATE?OR?COMMER
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件????????232??2001-06-15?22:50??resume\resume\.classpath
?????文件????????503??2001-06-15?22:50??resume\resume\.project
?????文件???????6593??2001-06-15?22:50??resume\resume\src\resume.java
?????文件???????5238??2001-06-15?22:50??resume\resume\bin\resume.class
?????目錄??????????0??2009-09-21?20:33??resume\resume\src
?????目錄??????????0??2009-09-21?20:33??resume\resume\bin
?????目錄??????????0??2009-09-21?20:33??resume\resume
?????目錄??????????0??2009-09-21?20:33??resume
-----------?---------??----------?-----??----
????????????????12566????????????????????8
評(píng)論
共有 條評(píng)論