This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Swing / AWT / SWT and the fly likes JEditorPane  .... ?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JEditorPane  .... ??" Watch "JEditorPane  .... ??" New topic
Author

JEditorPane .... ??

mike foo
Greenhorn

Joined: Nov 22, 2003
Posts: 9
Hi, i have never used JEditorPane before and was hoping someone will give me a couple of tips.What i need to do is to disply same text (which has a bold text in it, NOT HTML).I tried using JTextArea but because it does not support bold text i have charcters repeats.Then i tried JEditorPane and used setText();.The problem is that it does not seem to append text like TExtArea 's append();.
Could someone point me in the right direction as to how to do it or give me a small example ?
Thank you.
Dave Vick
Ranch Hand

Joined: May 10, 2001
Posts: 3244
Mike
Check out how to use Editor and text panes in the swing tutorial.


Dave
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JEditorPane .... ??
 
Similar Threads
Right click in text editor
Formatted text display.
Fancy Text Area
How to add a component to a Jcheckbox
Highlighting Text