1. 程式人生 > >textarea是可以設定字型顏色的

textarea是可以設定字型顏色的

引自:http://www.coderanch.com/t/436752/GUI/java/change-textArea-font-color

 

Hi,


How can I do dynamically change of font color in textArea ?

For example:

For the first line I will use blue color:
textArea.setForeground(Color.BLUE);
textArea.append("first");

for the next line I want to use:
textArea.setForeground(Color.BLACK);
textArea.append("second");

I try repaint but it’s not working

Thanks

 

最後說兩句:百度對程式設計師的查詢來說還是不靠譜的,google老師才是大拿!

                      多看看api,多看看英文網站,相比之下,還是外國人靠點譜