Is it possible to have different lines in different colors in a text box? Do you have an example for this?
Not with JTextArea. However, you can use JTextPaneone that allows you to apply attributes to the text. If you want examples, check out the Text Component Tutorial .
JTextArea
JTextPane