jTracer  1.03
Stack trace visualization tool
void org.libcsdbg.jtracer.TraceBar.setAddress ( String  addr,
int  port 
)

Set the address field.

Parameters
[in]addrthe TCP peer host name
[in]portthe peer TCP port

Definition at line 135 of file TraceBar.java.

136  {
137  fields.get("address").setText(addr + ":" + port);
138  }