Skip to content
Advertisement

Tag: tablecellrenderer

Set row height depend on JTextArea height

I have a problem and really don’t know how to solve it. I used some solutions from this forum but they don’t work. This is the piece of code: This is little bit long but rather simple: my table uses custom cell renderer which contains JTextArea. I use JTA because I need Strings wrapping. After put such JTextAreas I expect

Advertisement