/Calc

A simple calculator app in Java, for CSE201 refresher module.

Primary LanguageJava

Calc

A simple calculator app in Java, for CSE201 refresher module.

Instructions to run:

  • Simply 'Run' if using Eclipse. You can change the main class in the run configuration.
  • Compile using javac *.java from terminal, and run using java LoginFrame.

Update: I have added a login page as an example of how to use JTextField effectively.