Skip to content

This is a basic scientific calculator created in Java and Java Swing.

Notifications You must be signed in to change notification settings

aratheunseen/java-scientific-calculator

Repository files navigation

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://github.com/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