I placed the JTextArea
with the JScrollPane
inside the JTable
, but using Key actions I can't edit the JTextArea
.
Asked
Active
Viewed 150 times
0

aterai
- 9,658
- 4
- 35
- 44

Vishwa Dany
- 327
- 2
- 16
-
1Please elaborate on your question more, provide a code snippet of what you have actually programmed so far and provide a brief description of what you expect to see. – MSB Nov 14 '14 at 15:28
-
1Try [`TablePopupEditor`](http://stackoverflow.com/a/3591230/230513) as an alternative. – trashgod Nov 14 '14 at 16:21
-
Another to try: [MultiLineCellEditor](http://stackoverflow.com/a/18165504/177145) – aterai Nov 14 '14 at 17:24
-
I tried it...Itz working..Thank You trashgod & aterai.. – Vishwa Dany Nov 15 '14 at 06:08