单项选择题

将一个容器panell放到容器frame1中的方法是

A.frame1.insert(panell)
B.framel.add(panell)
C.frame1.addJPanel(panell)
D.framel.inserOPanel(panell)