HTMLDocument.HTMLReader
, and using it to read in new HTML documents. Unfortunately, the Swing API does not permit us to use our subclass under all circumstances (one version of getReader
in HTMLDocument
is package-private), so this will only work for documents that are read in as a whole and not modified.
|
|