Package ipm.gerdc.baccarat.page

Examples of ipm.gerdc.baccarat.page.MainPage.buildPage()


  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);
  }

  public void buildMenuBar() {
    parent.menus = new JMenu(TextFactory.textList.get("File"));
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.