Package com.jedics.util

Examples of com.jedics.util.LogStream


    super();
   
    setLayout(new GridLayout(1, 1));
   
    try {
      logStream = new LogStream();
      System.setOut(logStream);
      add(logStream.getTextArea());
    } catch(IOException e) {
      System.err.println("Could not create log stream.");
    }   
View Full Code Here

TOP

Related Classes of com.jedics.util.LogStream

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.