資源簡介
JAVA代碼。個人簡歷錄入程序,通過文本框錄入姓名,通過單選按鈕選擇性別,通過組合框選擇專業(計算機,電子,工商等)和文化程度(大專,本科,碩士,博士等),設置“提交”與“取消”兩個按鍵,當用鼠標點擊“提交”按鍵時,在文本框中顯示所填寫以及選擇的信息。當點擊“取消”按鍵退出系統。
代碼片段和文件信息
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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????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
評論
共有 條評論