i am wondering how can i change a specific text color in a sentence?
lets say HELLO WORLD...i wanted to change the WORLD into red color without altering the font color of HELLO..same exact thing on how to change the WORLD in to bold
i wanted to set these string in to a jtextarea but all i can find is something like this
JTextArea textbox = new JTextArea("hello world");
textbox.setForeground(Color.red)
these makes the whole sentence into red instead of only making WORLD into red?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…