标签: java
如何设置JtextArea的位置?
我使用了setLocation方法和setBounds但没有任何效果
jTextArea3.setColumns(25); jTextArea3.setRows(30); jScrollPane3.setViewportView(jTextArea3); jTextArea3.setText(s); jTextArea3.setBackground(new java.awt.Color(204, 204, 204));