Here's what I need in terms of functionality:
- multiple columns
- the ability to write paragraphs in a cell
- insert a new row under the one currently in
- preferably options to format
I don't think a JTable could this and I've heard a lot of complaints about JTable generally. It's my visceral reaction that JTextArea would be a nightmare. Are there any alternatives?
Preferably this could be run on any machine and look the same.