org.jtool.jxplatform
Class JxBugReport

java.lang.Object
  extended byorg.jtool.jxplatform.JxBugReport

public class JxBugReport
extends java.lang.Object

Informs developers of bug reports.

Author:
Katsuhisa Maruyama

Method Summary
static void inform(java.lang.String msg)
          Displays a message about an occurring bug.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

inform

public static void inform(java.lang.String msg)
Displays a message about an occurring bug.

Parameters:
msg - A message.