1 23 24 28 package com.sun.enterprise.tools.common.util.diagnostics; 29 30 import java.awt.*; 31 import java.awt.event.*; 32 import javax.swing.*; 33 34 public class ReporterFrameTester 35 { 36 public static void main(String [] args) 37 { 38 ReporterFrame.setStandAlone(); 40 ReporterFrame rf = new ReporterFrame("Title Here"); rf.pr("Hello there!!"); } 43 } 44 | Popular Tags |