Mohit17067 / Calc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Java 100.0%