注册窗口
摘要:
package com.hbsi;import java.awt.*;import java.awt.event.*;import javax.swing.JOptionPane;public class TestChoice extends Frame implements ItemListener,ActionListener{TextField name;CheckboxGroup g;Panel panel ;Choice career;List city;Checkbox[] favorite;Checkbox sex1;Checkbox sex2;Button submit;But 阅读全文
posted @ 2012-05-07 20:13 java课程设计 阅读(253) 评论(0) 推荐(0) 编辑