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
Printable View
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
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