jTracer
1.03
Stack trace visualization tool
Main Page
Related Pages
Packages
Classes
Files
void org.libcsdbg.jtracer.TracePane.clear
(
)
Remove all contents.
Definition at line
239
of file
TracePane.java
.
240
{
241
try
{
242
Document doc = getDocument();
243
doc.remove(0, doc.getLength());
244
setCaretPosition(0);
245
}
246
247
catch
(Throwable t) {
248
Registry.debug(t);
249
}
250
}
org
libcsdbg
jtracer
TracePane
Generated by
1.8.5