Package picture

Examples of picture.MainFormThread


*/
public class ErrorStringAppender extends AppenderSkeleton {

    @Override
    protected void append(LoggingEvent le) {
  MainFormThread mainF  = picture.Main.mainF;
  if(mainF != null)
      mainF.setErrorString(le.getRenderedMessage());
  else
      System.out.println("mainF is NULL!!!");
    }
View Full Code Here

TOP

Related Classes of picture.MainFormThread

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.