(GUI容器)jframe是JFrame类的对象,调用jfr...jbutton(JButton的对象)。
举一反三
- 在以下Swing组件中,哪一个是容器组件?( ) A: JButton对象 B: JLabel对象 C: JcomboBox对象 D: JFrame对象
- (1506—78)点击JFrame中的JButton对象会产生WindowEvent事件。
- frame.getConnectPane().add(button)能实现向frame(JFrame的对象)中添加button(JButton的对象)。
- 下列对象一般不用作事件源的是( ) A: Jpanel对象 B: BorderLayout对象 C: Jbutton对象 D: Jframe对象
- 下列JavaSwing组件,()是容器组件。 A: JFrame B: JButton C: JTextArea D: JPanel