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