中国大学MOOC: 下列选项中能实现向frame(JFrame的对象)中添加button(JButton的对象)的方式是()
举一反三
- frame.getConnectPane().add(button)能实现向frame(JFrame的对象)中添加button(JButton的对象)。
- 下列选项中能实现向frame(JFrame的对象)中添加button(JButton的对象)的方式是() A: add(button) B: frame.getConnectPane().add(button) C: frame,add(button) D: frame.setConnectPane(button).add()
- (GUI容器)jframe是JFrame类的对象,调用jfr...jbutton(JButton的对象)。
- (1506—78)点击JFrame中的JButton对象会产生WindowEvent事件。
- 下列对象一般不用作事件源的是( ) A: Jpanel对象 B: BorderLayout对象 C: Jbutton对象 D: Jframe对象