Package edu.stanford.genetics.treeview

Examples of edu.stanford.genetics.treeview.SwingWorker.join()


    ((LoadProgress2) loadProgress).pack();
    loadProgress.setVisible(true);
   
    // but just in case it doesn't, we'll join on the worker
    try {
      worker.join();
    } catch (InterruptedException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
    // System.out.println("loadNew 6, ex: " + fileLoader.getException());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.