jTracer  1.03
Stack trace visualization tool
void org.libcsdbg.jtracer.LogPane.clear ( )

Remove all contents.

Definition at line 164 of file LogPane.java.

Referenced by org.libcsdbg.jtracer.MainFrame.actionPerformed().

165  {
166  try {
167  Document doc = getDocument();
168  doc.remove(0, doc.getLength());
169  setCaretPosition(0);
170  }
171 
172  catch (Throwable t) {
173  Registry.debug(t);
174  }
175  }

+ Here is the caller graph for this function: