Re: Search advanced TextArea (bold, underline, different font-sizes...)

From: Raymond DeCampo (rdecampo_at_spam-I-am-not.twcny.rr.com)
Date: 01/28/04


Date: Wed, 28 Jan 2004 02:15:10 GMT

Nuke van Dyke wrote:
> Hi,
>
> I'm searching for an advanced TextArea GUI Component.
> Should be written in Swing.
> Possible open source!!
>
> It should handle
> - stylings like underline, bold, italic, colors
> - different font-sizes
> - optional support for embedded pictures
>
> For examle the input area for mails in MS-Outlook or the editor in Office.
> But not so complex. Just the requirements mentioned above.
>
> Does someone know such a class/package??
>
> Thanks a lot!
> bye nuke

JEditorPane supports HTML 3.2 and is included with the JDK.

Ray