Results 1 to 3 of 3
- 03-14-2011, 09:13 AM #1
Senior Member
- Join Date
- Mar 2009
- Posts
- 105
- Rep Power
- 0
Creating a formatted TextArea (with underlines and stuff)
I hope the title was informative enough.
This forum has been so helpful in the past that I thought I had better come to you guys.
What I'm trying to do is create some sort of TextArea to display a section of text with underlines, bold, number points etc. I'm trying to create some sort of simple EULA screen. I've got the structure of the screen sorted (buttons etc. all positioned) I just need to insert the text. In the past I just created a String that goes into the TextArea and it has "\n" everywhere to create paragraphs etc.
I'm wondering if there isn't a better way to do this. Also using that method I don't know how to underline or bold. Also arranging the text is a bugger. :p
I'm sure this must be something easily done. I've looked at the API and tried Google searches but I can't find information on how to do this sort of thing. Clearly I'm hopeless at Google so I was hoping someone here could point me in the right direction.
Thanks.
- 03-14-2011, 11:06 AM #2
Senior Member
- Join Date
- Mar 2009
- Posts
- 105
- Rep Power
- 0
OK I've found a thing called a StyledDocument. I'm going to investigate that and see if maybe that isn't the answer. It looks like I can use HTML to markup different parts of a text file.
- 03-14-2011, 01:06 PM #3
Senior Member
- Join Date
- Mar 2009
- Posts
- 105
- Rep Power
- 0
Similar Threads
-
How to email formatted text from a JTextPane
By akssingh400 in forum AWT / SwingReplies: 2Last Post: 02-23-2011, 07:59 PM -
Properly formatted code
By Bgreen7887 in forum New To JavaReplies: 1Last Post: 11-22-2010, 04:28 PM -
Formatted JTextfield with format <INT>.<INT> or <INT>
By itaipee in forum AWT / SwingReplies: 0Last Post: 03-25-2010, 11:50 AM -
Sending a formatted string to a servlet
By higashij in forum Java ServletReplies: 0Last Post: 12-18-2009, 01:20 AM -
displaying a formatted output on a jTextField
By techbossmb in forum AWT / SwingReplies: 1Last Post: 09-24-2009, 04:56 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks