Java HTML formatter?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joe

    Java HTML formatter?

    Java HTML formatter?

    I am looking for a java applet that will allow web page users to
    format text in a form input field, which outputs html which I can
    store in a database.
    It also needs to be able to accept it's own output as input later, so
    that users can edit existing html.

    Any ideas?
  • Raymond DeCampo

    #2
    Re: Java HTML formatter?

    Joe wrote:[color=blue]
    > Java HTML formatter?
    >
    > I am looking for a java applet that will allow web page users to
    > format text in a form input field, which outputs html which I can
    > store in a database.
    > It also needs to be able to accept it's own output as input later, so
    > that users can edit existing html.
    >
    > Any ideas?[/color]

    The javax.swing.JEd itPane class may be what you need.

    Ray

    Comment

    Working...