my dog learned polymorphism
The moose likes Swing / AWT / SWT and the fly likes How to wrap text in JLabel Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to wrap text in JLabel" Watch "How to wrap text in JLabel" New topic
Author

How to wrap text in JLabel

shukla raghav
Ranch Hand

Joined: Aug 03, 2008
Posts: 184
How to wrap text in JLabel?
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
if you know where the wrap is, use html

shukla raghav
Ranch Hand

Joined: Aug 03, 2008
Posts: 184
This is not a webapp. Its a desktop application. not to be view on a browser. will html tags work <>
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

If you look carefully, you will see that it's a Swing example and not a web example. As for "will it work", what happened when you tried it?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to wrap text in JLabel
 
Similar Threads
Resize width only?
JTable doubt
text wrap in combo box.
How To Make JLabel automatically wrap to next line
JLabel centered in a JPanel