Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do i write text in bold into a file using java io?

807606Jul 15 2006 — edited May 1 2007
i am writing a Java application which takes user input and writes into a file. i need certain text to be written into the file in bold, italics etc. I have used the BufferedWriter class and the obj.write() method to write into the file. i am unable to find out how to format the text that gets written.

Can someone help me out?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2007
Added on Jul 15 2006
10 comments
3,832 views