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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nuke van Dyke

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

    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
  • Jared Dykstra

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

    nuke.vanDyke@gm x.li (Nuke van Dyke) wrote in message news:<c2818654. 0401260520.53b0 3997@posting.go ogle.com>...[color=blue]
    > 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[/color]


    Is this to be run client-side? (eg applet in a browser) If so, or if
    in some other enviroment where javascript is available, there are some
    very good javascript tools that present a GUI interface but produce
    HTML. Once such open-source tool is 'Typetool':



    This utility has been incorporated in the postnuke PHP portal system.

    ---
    Jared Dykstra

    Comment

    • Jared Dykstra

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

      nuke.vanDyke@gm x.li (Nuke van Dyke) wrote in message news:<c2818654. 0401260520.53b0 3997@posting.go ogle.com>...[color=blue]
      > 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[/color]


      Is this to be run client-side? (eg applet in a browser) If so, or if
      in some other enviroment where javascript is available, there are some
      very good javascript tools that present a GUI interface but produce
      HTML. Once such open-source tool is 'Typetool':



      This utility has been incorporated in the postnuke PHP portal system.

      ---
      Jared Dykstra

      Comment

      • Raymond DeCampo

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

        Nuke van Dyke wrote:[color=blue]
        > 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[/color]

        JEditorPane supports HTML 3.2 and is included with the JDK.

        Ray

        Comment

        • Nuke van Dyke

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

          Thanks a lot @Ray!

          That's it!!

          I cant belive why I don't find this by myself.
          I searched everywhere except in the JDK *lol*

          Thanks Thanks Thanks!!!

          Comment

          Working...