DEV Community

Cover image for I Created A Gui Calculator With Java Swing
Adithyan A
Adithyan A

Posted on • Updated on

I Created A Gui Calculator With Java Swing

Hai Friends ❗❗
I am Adithyan A and Thank you for clicking on my first ever post

What is this ?

It is a arithemetical calculator made with java and swing library
This was my first ever project and now it in its complete stage

This is the Screenshot of the Complete version of the app

Image-1

Image-2

Image-3

Image-4

Features

  • Fast
  • Simple
  • Responsive

Use it with .jar executable file

1 - Clone the github repository

git clone https://github.com/AdithyanA2005/Calculator_Swing.git
Enter fullscreen mode Exit fullscreen mode

2 - Change the directory To Calculator_Swing/out/artifacts/Swing_Calculator_Java_jar

3 - Copy the executable file Swing_Calculator_Java.jar to your desired location

4 - Run the executable file by double clicking it

How To Use It With the Source Code ?

Using it is very simple, Follow the below steps

1 - Clone the github repository

git clone https://github.com/AdithyanA2005/Calculator_Swing.git
Enter fullscreen mode Exit fullscreen mode

2 - Change the directory

cd Calculator_Swing/src
Enter fullscreen mode Exit fullscreen mode

3 - Compile the java file

javac Main.java
Enter fullscreen mode Exit fullscreen mode

4 - Run The Program

java Main
Enter fullscreen mode Exit fullscreen mode

Evolution Of The App ?

As This is my first ever project
This has evolved a lot

The Screenshot of The First Ever Version

Image description

The Final Version Of The App

Image-2

Top comments (0)