Package view.panels

Examples of view.panels.ActorView


  public void searchResultPressed(int type, String uri) {

    if(type==MOVIE)
      new MovieView(MainController.getInstance().getWindow().getPanelCount(), uri);
    else if(type==ACTOR)
      new ActorView(MainController.getInstance().getWindow().getPanelCount(), uri);
    else
      if(MainController.DEBUG)
        System.out.println("URI not movie/actor");
  }
View Full Code Here

TOP

Related Classes of view.panels.ActorView

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.