Package meganetpo.picturehandler

Examples of meganetpo.picturehandler.PictureHandler


 
  String resource = "log.conf";
  org.apache.log4j.PropertyConfigurator.configure(resource);
  config = new PropertiesConfiguration("application.properties");
  ExecutorService exec = Executors.newCachedThreadPool();
  PictureHandler ph = new PictureHandler();
  mainF = new MainFormThread();
  exec.execute(mainF);
  exec.execute(ph);
  mainF.setPictureHandler(ph);
  exec.shutdown();
View Full Code Here

TOP

Related Classes of meganetpo.picturehandler.PictureHandler

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.