-
Different Color text w/JTextArea ?
I have been trying the make different lines, different colors and I just cant
figure it out. I checked out some other code samples, but they used a canvas.
Is this possible or could you gimme a direction to head in? Thanks in advance..
Joe
-
Re: Different Color text w/JTextArea ?
See http://java.sun.com/docs/books/tutor...ents/text.html
and consider using JTextPane instead of JTextArea. JTextArea is a simple
multiline text control which is not intended for fancy font/style changes.
JTextPane was build for that purpose.
-Roy
"Joe" <jfrey@pvcomm.com> wrote:
>
>I have been trying the make different lines, different colors and I just
cant
>figure it out. I checked out some other code samples, but they used a canvas.
>Is this possible or could you gimme a direction to head in? Thanks in advance..
>Joe
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|