[Advanced-java] HTML
Frank D. Greco
fgreco at crossroadstech.com
Wed Jul 2 08:00:10 2003
At 10:21 AM 6/30/2003 +0200, Marco Ferretti wrote:
>Hi there guys.
>
> Does anybody know of a way to render html 4 (stylesheet imported) on
>JFrame ? I tried JEditorPane but the result is not readable ...
JEditorPane is a lame HTML renderer... Its only for very, very
simple HTML.
Either license the IceSoft Browser (all java... very fast) or
use one of the COM/Java bridges to talk to IE.
Sun *NEEDS* a good HTML renderer for Java. I don't think they
realize how many corporations use such a component. If Swing
had a good HTML renderer (and therefore a good "receiver" for
JSP/servlets), we wouldn't have to rely on Microsoft IE for
web apps... of course, modulo the "weight" of javax.swing (et al).
Dear Sun: please license the Icesoft browser or acquire the company.
If only they kept up with HotJava... :(
Frank G.