Thread: GUI issues
View Single Post
Old Jan 16th, 2007, 10:26 AM   #4
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 4 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
That would not be that difficult. The easiest way to go about this is to use a JEditorPane object.

http://java.sun.com/javase/6/docs/ap...ditorPane.html

It supports HTML 3.1. If you know HTML, you can use the HTML tags to style the text you want in your display. It doesn't support CSS so using the old HTML way to color thing would be appropriate in this case.

You are just coloring text, not trying to make a valid HTML document.

Good luck!
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote