Build a java applet to do integer infix expression processing. Design an interface with an “expression” text field, and buttons to calculate and clear.  (You may use any interface as long as it is simple, elegant and intuitive).  You should be able to detect errors: “illegal character”, “missing operand”, “mismatched parentheses”, “missing operator”, “division by zero”.  Blanks are allowed anywhere between operators and operands.

 

This project should have the following classes: