Package net.sourceforge.wampum.gui.help

Examples of net.sourceforge.wampum.gui.help.AboutController


          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();
        } else {
          System.out.println( command );
        }
      }
View Full Code Here

TOP

Related Classes of net.sourceforge.wampum.gui.help.AboutController

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.