帮忙翻译内容。!

[复制链接]
查看11 | 回复1 | 2009-6-19 22:15:39 | 显示全部楼层 |阅读模式
setResizable(false);
}
JLabel l1;
TextField txt1;
JLabel l2;
JButton b1;
JButton b2;
JLabel l3;
public static void main(String args[]) {

Frame1 nowFrame=new Frame1();

nowFrame.addWindowListener(new WindowAdapter(){
public void windowClosing(WindowEvent e){

System.exit(0);

}
});
nowFrame.pack();
nowFrame.show();

}

}
这些程序有哪些包?
哪些类。?
类的类体当中有什么属性和方法?
方法名叫什么?
方法体有哪些属性?

回复

使用道具 举报

千问 | 2009-6-19 22:15:39 | 显示全部楼层
可以试一试google的翻译。...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行