Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Help required to solve one problem related to javax.swing.JTable

  Asked By: Fabiana    Date: Dec 05    Category: Java    Views: 790
  

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?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 




Tagged: