Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 674 Bytes

Java Scientific Calculator

This is a basic scientific calculator created in Java and Java Swing (JFrame). Java swing is used for making Graphical User Interface (GUI).

ScientificCalculator

Getting Started

Step-1. Download or clone this repository.

git clone https:/aratheunseen/Java-Scientific-Calculator.git

Step-2. Open ScientificCalculator.java file in Apache NetBeans, IntelliJ IDEA or any other IDE from open project option.

Required Tools

  • Java (Programming Language)
  • Java Swing (GUI)
  • IDE: Apache NetBeans or IntelliJ Idea