Hi i have my JTextArea(txaPage) and i want to have a Feature where i can Change the Color of some words so say like Hello wold change to Blue and "." would be like purple can some one help with this ?
Printable View
Hi i have my JTextArea(txaPage) and i want to have a Feature where i can Change the Color of some words so say like Hello wold change to Blue and "." would be like purple can some one help with this ?
?
Don't think you can with a JTextArea. You're best bet would be to go with a JEditorPane, though I've never used it.
:)