填空题
A.Container contentPane=getContenPane(); cotentPan add(1); B.JPanel comtenPane=new Jpane(); contentPan add(1); C.contentPan add(1); D.add(1);