Package scotlandyard.client.widget

Examples of scotlandyard.client.widget.Home


  private Home home;
 
  public void onModuleLoad() {
    RootLayoutPanel rootLayoutPanel = RootLayoutPanel.get();
   
    home = new Home();
    rootLayoutPanel.add(home);
    System.out.println("MainEntryPoint loaded");
    }
View Full Code Here

TOP

Related Classes of scotlandyard.client.widget.Home

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.