黑马程序员技术交流社区
标题: 求大神发结果!!! [打印本页]
作者: shilu 时间: 2015-10-12 08:37
标题: 求大神发结果!!!
求大神发结果!!!
class Test extends Frame {
public static void main (String[] args) {
Test t = new Test();
t.setLayout(new FlowLayout());
t.setSize(300, 200);
t.setVisible(true);
}
public Test(){
Button yes= new Button("Yes");
Button no = new Button("No");
add(yes);
add(no);
yes.addActionListener( new ActionListener(){
public void actionPerformed (ActionEvent e) {
System.out.println("哎呀");
}
});
}
}
作者: yuzhouyichen 时间: 2015-10-12 08:44
这是什么东西?
作者: shilu 时间: 2015-10-12 08:46
代码粘过来就就这样啊
作者: tianweidong 时间: 2015-10-12 09:37
看视频教程吧,上面有讲解
作者: ln0491 时间: 2015-10-12 09:41
swing吗?不懂。。。。
作者: 徐慧shanghai 时间: 2015-10-12 09:57
C:\Users\dell\Desktop\7`S%5DTZE7Q6X~`({AOHL_Q$I.png
作者: 徐慧shanghai 时间: 2015-10-12 10:00
图片不会发 ,哎
就是一个对话框
上面有 是 否 两个按钮
点击一下是 控制台输出 哎呀
另外你程序自己不会运行吗 ?
还是少了 public
作者: juejin 时间: 2015-10-12 10:44
好久没写swing了
作者: ningbo_1115 时间: 2015-10-13 08:50
咱们两个进度差不多呀,昨天也刚好看到这里
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) |
黑马程序员IT技术论坛 X3.2 |