Hello Members,

I have a JTextArea object containing a paragraph. Is it possible to bold certain words in it? A pesudocode or example code would be of great help.

Thank you!!
sciprog1

Recommended Answers

All 2 Replies

No, you would need to use a JTextPane or JEditorPane for rich text like that. JTextArea only has a single style for the text.

Hello Ezzaral,

Thanks for the reply!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.