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
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
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!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.