Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.7 KB

File metadata and controls

52 lines (30 loc) · 1.7 KB

Calculator with Java Swing

Table of Contents

  1. Introduction
  2. Samples
  3. Project Structure
  4. Usage
  5. Contributing
  6. License

Introduction

This Calculator is a Java Swing-based project that was created during an Object-Oriented Programming (OOP) course. The application provides basic calculator functionality using a graphical user interface built with Java Swing.

Samples

Calculator

Calculator

Project Structure

The project structure is organized as follows:

  • /Sujoy/: Directory containing Java source files.
    • Calculator.java: Main class for the calculator logic.
    • Main.java: Main class for launching the application.

Usage

To run the Breadcrumbs Calculator:

  1. Ensure you have Java installed on your system.
  2. Clone the repository: git clone https://github.com/Sujoychandradas/Calculator_with-Java-Swing.git
  3. Navigate to the project directory: cd Calculator_with-Java-Swing/src
  4. Compile the source files: javac Sujoy/*.java
  5. Run the application: java Sujoy.Main

Follow on-screen instructions to use the calculator.

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow our Contribution Guidelines.

License

This project is licensed under the MIT License.