Searched defs:textDoc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java62 Document textDoc; // Holds all the chat text field in class:SimpleChat
119 textDoc = textPane.getDocument();
196 textDoc.insertString( textDoc.getLength(), inputField.getText() + "\n", textAttribs);
221 textDoc.insertString( textDoc.getLength(), inMessage + "\n", textAttribs);

Completed in 108 milliseconds