jTracer  1.03
Stack trace visualization tool
static void org.libcsdbg.jtracer.Alert.info ( JFrame  owner,
String  msg 
)
static

Show a generic alert.

Parameters
[in]ownerthe parent frame
[in]msgthe message (it can be multiline)

Definition at line 180 of file Alert.java.

References org.libcsdbg.jtracer.Alert.INFORMATION_MSG.

181  {
182  new Alert(owner, msg, INFORMATION_MSG);
183  }
static final short INFORMATION_MSG
Alert type for plain, information messages.
Definition: Alert.java:41