| My Swing knowledge is severely limited, so take this with a grain of salt. From your text it looks like you might be using a constructor where the only parameter is the String to populate the JtextArea. There is another constructor which allows you to specify an initial row, column and text. You might try that.
Also, can you post the code (or a suitable portion)? |