| Author |
wordwrap_JTable
|
Lars Val
Greenhorn
Joined: Apr 02, 2004
Posts: 5
|
|
Does anyone know if it is possible to get JTable to wordwrap and display multiple lines of text within a singel cell? sinc. /lars
|
 |
Eddie Vanda
Ranch Hand
Joined: Mar 18, 2003
Posts: 281
|
|
|
If you are using the standard cell renderer it extends JLabel which understands html. You can wrap your text between <html> and </html> tags and word wrap will be taken care of for you.
|
The nice thing about Standards is that there are so many to choose from!
|
 |
 |
|
|
subject: wordwrap_JTable
|
|
|