home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 November / PCpro_1998_11.ISO / software / Lotus / NETOBJ / T2.Z / DebugUtil.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-09  |  386 b   |  8 lines

  1. public class DebugUtil {
  2.    static DMessageBox mBox = new DMessageBox();
  3.  
  4.    public static void trace(String var0) {
  5.       mBox.Trace(var0);
  6.    }
  7. }
  8.