Re: Changing style of selected text in Text Area componet of awt
Posted By:
John_Zukowski
Posted On:
Saturday, May 5, 2001 12:30 PM
Text areas only support a single font for all its content. If you need multi-attributed text, you need to use another component. There is NONE in the core AWT classes. Consider using a JTextPane in Swing.