¡@

Home 

java Programming Glossary: tpane

How to change text color in the JtextArea?

http://stackoverflow.com/questions/9650992/how-to-change-text-color-in-the-jtextarea

to whole of the document in JTextArea . But with JTextPane or JEditorPane you have the choice to colour your String Literals.. Literals as per your liking. Here with the help of JTextPane you can do it like this import java.awt. import java.awt.event... import javax.swing.text.StyleContext public class TextPaneTest extends JFrame private JPanel topPanel private JTextPane..