1.  >>  河南成教 / Java程序设计
 河南成教 / Java程序设计

阅读下列程序,写出程序功能。
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class Class3404 implements ActionListener
{
JButton butt[]=new JButton[3];
public void actionPerformed(ActionEvent e)
{
if (e.getActionCommand().equals("One"))
butt[1].setEnabled(false);
if(e.getActionCommand().equals("Three"))
butt[1].setEnabled(true);
}
public Class3404()
{
JFrame my=new JFrame("Class3404");
Container con=my.getContentPane();
con.setBackground(Color.red);
con.setLayout(new FlowLayout());
String str[]={"One","Two","Three"};
for(int i=0;i<3;i++)
{
butt[i]=new JButton(str[i]);
con.add(butt[i]);
butt[i].addActionListener(this);
}
my.setBounds(100,100,600,300);
my.setVisible(true);
}
public static void main(String[]args)
{
new Class3404();
}
}
  积分
 参考答案:
 佳题速递:
  • 在计算机中表示存储器容量时,下列描述中正确的是( ) 计算机应用基础
  • 根据税收法律关系的规定,下列说法中不正确的是( )。 税务会计
  • 当中央银行采取将短期利率从现在的4%持续上升到8%的政策,而同时人们对未来经济预期的并为发生显著改变,则()现代货币金融学说
  • 7[单选题] 资产按照现在购买相同或者相似资产所需支付的现金或者现金等价物的金额计量,负债按照现在偿付该项债务所需支付的现金或者现金等价物的金额计量描述的是()的计量要求。 A.历史成本 B.可变现净值 C.重置成本 D.现值财务会计
  • [多选题] “激励内容”理论包括 A.劳勒模型理论 B.双因素理论 C.需要层次理论 D.激励需求理论企业管理学
  • 下列中交感缩血管纤维分布最密的是 A、 皮肤的血管 B、 心脏的血管 C、 脑的血管 D、 肾脏的血管 E、 肝脏的血管生理学