Package ipm.gerdc.baccarat.page

Examples of ipm.gerdc.baccarat.page.MainPage


  public MainFrame(Main frm) throws Exception {
    parent = frm;
    buildMenuBar();
    parent.setPageName(Page_001);
    MainPage mainPage = new MainPage();
    mainPage.buildPage(parent);
    getContentPane().add(mainPage, BorderLayout.CENTER);
  }
View Full Code Here

TOP

Related Classes of ipm.gerdc.baccarat.page.MainPage

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.