I don't know about another engine, but make sure you're not doing any business logic in the EDT. That'll slow down rendering for sure.
On Sun, Feb 27, 2011 at 16:40, Henrique M. Gontijo <[email protected]>wrote: > Hi, > > I have an application built in Java Swing and I show there some html > content in a JEditorPane. > Even a small html page takes 2-3 seconds to be rendered. > Almost the tags are tr and td. > > Do you have any suggestions to get a faster rendering? Any better > engine? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" 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/javaposse?hl=en. > > -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
