Package net.sourceforge.wampum.gui.payees

Examples of net.sourceforge.wampum.gui.payees.PayeesController


        } else if ("Accounts".equalsIgnoreCase(command)) {
          mainFrame.setTitle(GUIConstants.APPLICATION_NAME + " - Accounts");
          new AccountsController(this.contentPanel);
        } else if ("Payees".equalsIgnoreCase(command)) {
          mainFrame.setTitle(GUIConstants.APPLICATION_NAME + " - Payees");
          new PayeesController(this.contentPanel);
        } else if ("Budget".equalsIgnoreCase(command)) {
          mainFrame.setTitle(GUIConstants.APPLICATION_NAME + " - Budget");
          new BudgetController(this.contentPanel);
        } else if ("About".equalsIgnoreCase(command)) {
          new AboutController();
View Full Code Here

TOP

Related Classes of net.sourceforge.wampum.gui.payees.PayeesController

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.