Package org.ribax.utils.ui

Examples of org.ribax.utils.ui.LoggerPanel


  private void  layoutComponents() {
    removeAll();
    setLayout(new BorderLayout());
   
        // create a new Logger panel
    lp = new LoggerPanel();
   
        // open a log file if a filename was given
    if (filename != null)
      lp.openLog(filename);
View Full Code Here

TOP

Related Classes of org.ribax.utils.ui.LoggerPanel

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.