Package org.woped.qualanalysis.sidebar.assistant

Examples of org.woped.qualanalysis.sidebar.assistant.StartPage


   * t-star)
   *
   * @return startpage for the assistant
   */
  private JPanel createBeginnerPanel() {
    StartPage startPage = new StartPage(this);
    workflowStatus = startPage.getStatus();
    return startPage;
  }
View Full Code Here

TOP

Related Classes of org.woped.qualanalysis.sidebar.assistant.StartPage

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.