Duplicate :
|
See the applet accessed from: http://javaweb.eng/~db/xml-lib/examples/gui/example2.html Notice how it displays scenes (select one!) differently when invoked as an applet vs directly: % cd /home/db/ws/xml/examples/gui % make doit2 Differences include: <B>...</B> and <I>...</I> don't render fonts differently. <CENTER>...</CENTER> doesn't center. <FONT COLOR='...'> ...</FONT> doesn't affect font color. Presumably more, e.g. H3 not working. (NOTE: this URL and directory are changed at least weekly.)
|