JTextArea is making cells bigger with TableLayout
I've added a JTextArea onto a JPanel which has TableLayout as its layout manager. I've attached a JScrollPane onto the JTextArea.
Im trying to make the scroll pane do its job when the text becomes too much for the cells' allocation for the JTextArea. Right now its just making the cells bigger which forces the whole GUI to scroll downwards (or sideways) as opposed to just the JTextArea scrolling and leaving the cell sizes the same.
Hope im making sense.
Any ideas?

