Skip to content

tassoneroberto/infinity-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfinityCalc

Introduction

A simple calculator with no limitation in digits size.

This is one of my first projects. I realised it to learn the basics of Java.

Application Screens

Installation

Clone and change directory:

git clone https://github.com/tassoneroberto/infinity-calc.git
cd infinity-calc

(OPTION 1) Compile and run:

javac -cp . infinitycalc/Gui.java
java infinitycalc/Gui

(OPTION 2) Make JAR file and run:

jar cfe InfinityCalc.jar infinitycalc/Gui .
java -jar InfinityCalc.jar

Authors

Co-authored with: Antonio Rachele