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 / August 2007

Tip: Looking for answers? Try searching our database.

add line separator on JTextArea.

Thread view: 
Eitan M - 19 Aug 2007 07:08 GMT
Hello.
Can I add a pretty line separator on JTextArea ?

...
JTextArea t;
...
t.append("----------------/n");

// the above is just a simple string - it there any other way to add a
pretty line separator ?

Thanks :)
Andrew Thompson - 19 Aug 2007 08:10 GMT
>Hello.
>Can I add a pretty line separator on JTextArea ?

Other than as you demonstrated, no.

JEditorPane (as opposed to the unstyled JTextArea) will
understand HTML though, so you might use an <hr>
element.

Signature

Andrew Thompson
http://www.athompson.info/andrew/

Roedy Green - 19 Aug 2007 10:19 GMT
>// the above is just a simple string - it there any other way to add a
>pretty line separator ?
You can insert HTML.  then you could use <hr>.  I have never tried it
though. see http://mindprod.com/jgloss/jtextarea.html
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com



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



©2008 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.