Package testHarnesses.originalGUI.mainWindow

Examples of testHarnesses.originalGUI.mainWindow.UpperDisplay


   * @param parser
   */
  public Core(Parser parser) {
    super();
    this.parser = parser;
    this.display = new UpperDisplay(this);
    this.log = new EquationLog(this);
    this.buttons = new CalculatorMainButtons(this);
    this.angleBar = new AngleBar(this);
    historyLocation = parser.getHistory().size();
    input = "";
View Full Code Here

TOP

Related Classes of testHarnesses.originalGUI.mainWindow.UpperDisplay

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.