Hi Most of the rich text editors steer clear of tables because they're so complicated - even the embedded browser editors don't offer much support for table editing.
Note I said support for table __editing__. Most of the rich text components around, including Swing's JTextPane will happily __display__ tables. I would either (a) integrate with an external app like OpenOffice or MS-Word using OLE/COM. - there are some really nice java tools to make this easier. or (b) build some basic table creation/editing support as an extra component and embed the component into JTextPane - you can actually embed whole java components into JTextPane. -- Noel. On 8/16/07, Brian Silberbauer <[EMAIL PROTECTED]> wrote: > > > Hi all > > Does anybody know of a swing component I could use for editing html > (especially tables). I looking for something similar to the embedded > browser editors (TinyMCE etc..). > > Brian > > > -- > Brian Silberbauer > Consultant > > +27 (0)83 566 2705 > skype: brian.silberbauer > > > > -- Practice random kindness and senseless acts of beauty. -- Anne Herbert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/CTJUG-Forum For the ctjug home page see http://www.ctjug.org.za -~----------~----~----~----~------~----~------~--~---
