• 大小: 5.32KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: Java
  • 标签: java  

资源简介


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


评论

共有 条评论