只要在JPanel-Text3的构造函数public Text3()中,加一句this.setLayout(null);你的Box1.setBounds(50,10,50,25);和Drawtype.setBounds(10,10,50,40);就会起作用了,也就可以调整控件的位置了,另一个 JPanel同样处理就行了。