Button btn=new Buttom("button");JFrame jf=new JFrame("Frame");jf.add(btn)和jf.getContentPane().add(btn)有什么区别? 查看完整描述