The HTML data then needs to be sent to a database or saved to a location on
the webserver. I have seen HTMLEdit in the past but can no longer find any
trace of this program.
Does anyone know where I can find such an applet?
Thanks
Niico
Alternatively - you could attempt to look into coding a swing
JEditorPane/HTMLEditorKit but I've not been able to get this working
correctly - so unless you're a Java God go for the realobjects option.
Alan
--
Posted via CNET Help.com
http://www.help.com/
a...@mzuzu.co.uk wrote:
> Check the replies in the older cnet link http://www.help.com/cgi-
> perl/question/4/372/376?sidx=1110494 pointing towards
> http://www.realobjects.de.
>
> Alternatively - you could attempt to look into coding a swing
> JEditorPane/HTMLEditorKit but I've not been able to get this working
> correctly - so unless you're a Java God go for the realobjects option.
Well, displaying a JEditorPane should be trivial. I am not sure how difficult
it would be to add other editor features. I have no experience with this.