java中button是容器类吗_java 容器类

A类:packageAuthorBook;importjava.util.*;publicclassAuthor_Book_Information{Stringisbn;Stringtitle;Stringdate;Stringname;Stringdescription;Stringbirthdate;Stringphonenum;...

A类:

package AuthorBook;

import java.util.*;

public class Author_Book_Information {

String isbn;

String title;

String date;

String name;

String description;

String birthdate;

String phonenum;

String email;

public static void main(String args[]){

ArrayList Authorarray=new ArrayList();

Authorarray.add(new Author("张三", "作家", "1980-8", "88789878", "zhangshan@qq.com"));

Authorarray.add(new Author("李四", "地理学家", "1979-9", "23454345", "lisi@qq.com"));

Authorarray.add(new Author("王五", "科学家", "1977-10", "56456789", "wangwu@qq.com"));}}

B类:

jButton1.addActionListener(new ActionListener() {

public void actionPerformed(ActionEvent evt) {

String s="";

Author_Book_Information Add1=new Author_Book_Information();

Add1.name="";

Add1.name=jTextAuthorName.getText();

Add1.description="";

Add1.description=jTextAuthorDescription.getText();

Add1.birthdate="";

Add1.birthdate=jTextAuthorBirthday.getText();

Add1.phonenum="";

Add1.phonenum=jTextAuthorPhone.getText();

Add1.email="";

Add1.email=jTextAuthorEmail.getText();

ArrayList Authorarray=new ArrayList();

Authorarray.add(new Author(Add1.name,Add1.description,Add1.birthdate,Add1.phonenum,Add1.email));

Iterator aa = Authorarray.iterator();

while(aa.hasNext()){

Author aa1=(Author)aa.next();

s+=(("作者:"+aa1.getname()+" "+"描述:"+aa1.getdescription1()+" "+"生日:"+aa1.getbirthdate()+" "+"电话:"+aa1.getphonenum()+" "+"Email:"+aa1.getemail())+"\n");}

JOptionPane.showMessageDialog(null,s);}

});

这个要求用GUI界面做,所以我用的是jButton控件,通过点击它来实现添加。

相关链接:http://zhidao.baidu.com/question/100320146.html?quesup1

展开

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值