Skip to content

rafayhanan/Calculator-JavaGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Calculator-JavaGUI

Dated: April 2022

This is my first project in Java. It uses Java libraries such as Javax Swing and Java Awt

THIS IS A DIFFERENT APPROACH TO CALCULATORS. ITS A MULTIFUNCTION CALCULATOR THAT CAN PERFORM OPERATIONS IN DIFFERENT NUMBER SYSTEMS.

INTERFACE:

calMid2 calMid1

FEATURES:

It uses differnt number systems and also has validation for each.

calMid3 calMid4val

Use the following commands on CMD/terminal to run:

  1. javac CalMid.java
  2. java CalMid

NOTE: NO OOP CONCEPTS WERE USED AND WHOLE PROGRAM IS MADE IN THE SAME CLASS