Package uk.co.mmscomputing.util.log

Examples of uk.co.mmscomputing.util.log.LogBook


  abstract protected JPanel getCenterPanel(Properties properties)throws Exception;

  public void createGUI(){
    try{
      LogBook log=new LogBook(false);

      Runtime rt=Runtime.getRuntime();
      System.out.println("Runtime Total Memory: "+(rt.totalMemory()/(1024*1024))+" MB");
      System.out.println("Runtime Max   Memory: "+(rt.maxMemory()/(1024*1024))+" MB");

View Full Code Here

TOP

Related Classes of uk.co.mmscomputing.util.log.LogBook

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.