A. f0.add(f); B. f.add(f0); C. this.add(f); D. this.add(0);
A. JFrame f=new JFrame("成绩管理"); B. JLabel l1=new JLabel("姓名"); C. JTextField t1=new JTextField(); D. JButton b1=new JButton("添加");
A. f.setSize(500, 400); B. f.setVisible(true); C. f.setLocation(600, 300); D. f.Location(600, 300);
A. Frame B. Panel C. Dialog D. Label
A. 对 B. 错