I have to display some formatted paragraphs in a JTextPane. Each paragraph should have a header in bold letters and following some justified text. I can change font style and color, but the justified alignment won't happen with this code:
Any suggestions to solve the task are highly appreciated.
Thank you very much Craig, works like a charm. Hmmm... the last line of the paragraph should be aligned left. Any ideas? Sorry, I'm not very familiar with text components.