空布局null的作用是让按照用户的需求进行______________。
查看答案
setBounds(100,100,250,150)的作用是设置窗口的______为(100,100),______为(250,150)。
setLayout(null)的功能是设置布局为_____布局。
new JFrame().getContentPane().add(new JButton("开报警灯"));的作用是获取容器面板添加按钮“开报警灯”
A. 对
B. 错
new JFrame().setLocationRelativeTo(null);的功能是设置空布局的定位为不定位。
A. 对
B. 错