Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / April 2006

Tip: Looking for answers? Try searching our database.

Multiline JLabel

Thread view: 
acamposr@gmail.com - 26 Apr 2006 21:21 GMT
Hi, I want to use a JLabel but I want it to be shown in several lines.
Otherwise the JDialog is very very wide when the text is long.

How can I do that?
Vova Reznik - 26 Apr 2006 21:33 GMT
> Hi, I want to use a JLabel but I want it to be shown in several lines.
> Otherwise the JDialog is very very wide when the text is long.
>
> How can I do that?

Use html:

label.setText("<HTML>Line1<BR>Line2</HTML>");
acamposr@gmail.com - 26 Apr 2006 23:09 GMT
>Use html:
>label.setText("<HTML>Line1<BR>Line2</HTML>");

But I want it to be transparent for the user. For example:

new MyDialog(myText);

I want the dialog to be displayed with text in several lines without
the user typing all that HTML code.
Thomas Weidenfeller - 27 Apr 2006 08:06 GMT
>> Use html:
>> label.setText("<HTML>Line1<BR>Line2</HTML>");
[quoted text clipped - 5 lines]
> I want the dialog to be displayed with text in several lines without
> the user typing all that HTML code.

You WANT? Well, then use a text component with editing disabled.
http://java.sun.com/docs/books/tutorial/uiswing/components/text.html

Signature

The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.