HTML rendering : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

HTML rendering
HTML (Hypertext Markup Language) rendering refers to analying the tags such as <b> and merging them with the text to produce a formatted display.

In Applets

If you writing Java source code for an Applet, you can persuade the browser you are running
java.net.URL url = new java.net.URL ( "http://mindprod.com" );
getAppletContext().showDocument( url );
That code will fail with a NullPointerException if you attempt it in an application. You can catch all exceptions and just ignore the request in code that sometimes runs as an Applet and sometimes as an application.

There are some catches:

In Applications

Learning More

Oracle’s Javadoc on Desktop.browse : available:
Oracle’s Javadoc on HTMLEditorKit class : available:
Oracle’s Javadoc on HTMLDocument class : available:
Applet
browser
browser launching
exec
HotJava: Oracle’s inept and obsolete Java browser
HTML editor
HTML4
HTML5
HtmlUnit: browser automation
HTMLValidator
Image
ImageViewer
JavaXPCOM: embedding GECKO in Java
JDic
JEditorPane
JExplorer: integrate IE into your app
JTextPane
JWebPane: Oracle’s future Java browser, on ice
launching a browser
WebRenderer: a Java browser you can embed in your own program

This page is posted
on the web at:

http://mindprod.com/jgloss/htmlrendering.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\htmlrendering.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[18.116.42.208]
You are visitor number