I do face one problem while using javax.swing.JTable in my
Application.
The Problem is:
In JTable, there is one column for Remarks.
When i edit that one cell of that column as
It takes it as
"Hi, This is JTable., Just for Testing"
Means it convers new line character('\n') as a space
character(' ') that i don't want.
This Problem occurs only in Higher version means :JDK1.5
but it works fine in JDK1.3.
Can any body help in solving this problem?