Using the JTextArea and TableCellRenderer with JTable

You misunderstand.

I want to display multiline text within a single cell without having to develop some fancy function to insert
statements.

The Jtable uses a JLabel CellRenderer by default. I am trying to figure out how to use a JTextArea CellRenderer for a specific column within Ignition. This should give me a column of cells that responds like a JTextArea Component.