Hi SS> I want to create an editor IN JAVA (not a Web/DHTML/JS-based editor) that will SS> do WYSIWYG. That's what HTMLEditorKit is - it's a Java class that allows you to SS> embed a WYSIWYG HTML editor into a Java app or applet, but it ONLY supports SS> HTML 3.2, no CSS, and Sun (as they do with some requests) has blatantly ignored SS> all of their developers' requests to update it.
I know! :) We have developed a simple Java HTML Editor for our CMS. It supports only some basic text formatting - but it loads the text format choices from a CSS file (and applet params). Our developer had alot of work to do to "fix behaviors" of the HTMLEditorKit. You may test it here: http://www.simple.ch/project/jeditor/demo/ (java version 1.4 required) It's not really what you were thinking about - but if you want to see the code, contact me. Pascal ---------------------------------------------------------------- simplicity gmbh ringstrasse 39 www.simple.ch tel: +41 61 721 50 40 ch-4106 therwil [EMAIL PROTECTED] fax: +41 61 721 50 41 ---------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
