Home
last modified time | relevance | path

Searched refs:theContents (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogDisplay.java50 String theContents = null; field in pmLogDisplay
69 theContents = new String(); in pmLogDisplay()
184 theContents = theContents + "\n\r"; in addSeparator()
185 theList.setText(theContents); in addSeparator()
190 theContents = theContents + s; in addText()
211 theList.setText(theContents); in addText()
216 theContents = null; in clear()
217 theContents = new String(); in clear()
218 theList.setText(theContents); in clear()