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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogDisplay.java50 String theContents = null; field in class:pmLogDisplay
69 theContents = new String();
184 theContents = theContents + "\n\r";
185 theList.setText(theContents);
190 theContents = theContents + s;
197 * theContents.addElement(ss);
205 * Debug.message("Log contents len = " + theContents.size());
206 * for (int i = 0; i < theContents
[all...]

Completed in 1250 milliseconds