Class AddNodeToDocument
java.lang.Object
AddNodeToDocument
This sample shows how to add nodes to a DOM Document object that has already been rendered to the screen, and
render the updates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Element
private Document
private JFrame
private XHTMLPanel
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
frame
-
panel
-
domDocument
-
documentRoot
-
-
Constructor Details
-
AddNodeToDocument
public AddNodeToDocument()
-
-
Method Details
-
main
-
run
private void run() -
initPanel
private void initPanel() -
initFrame
private void initFrame() -
messageAndExit
-