jTracer  1.03
Stack trace visualization tool
void org.libcsdbg.jtracer.TraceBar.setField ( String  nm,
String  text 
)

Set the text of any field.

Parameters
[in]nmthe field name
[in]textthe new text

Definition at line 77 of file TraceBar.java.

78  {
79  fields.get(nm).setText(text);
80  }