A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session9gpom7jln6r2h4lrd5as48ueqs3lb4kl): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Simple Calculator in Java using Java Swing | Siddhanthreddyj
Coders Packet

Simple Calculator in Java using Java Swing

By JILKAPALLY SIDDHANTH REDDY

This Project is done in Java using Java Swing concept. It does all the functionalities of a basic calculator and it is built using Java Swing, which makes it platform independent.

This packet comprises of implementation of basic calculator application.

This project is done in JAVA using Java Swing concept.

Now coming to the description and functionality of the code :

The packages included in this packet are java.swing,java.awt and java.awt.event.We use JFrame which acts like a main window, consists of components like buttons,textfield and labels,etc are added to create a Graphical user Interface.

We add all the Jcomponents such as (JTextField,Jbutton,JLabel,etc) for designing the components of the calculator such as number and functionality buttons and text area where the numbers are displayed. It can perform certain operations like addition, subtraction, multiplication and division of any decimal numbers entered in the text area.

How to Run :

To compile the code, Open cmd and run the following command :

java Calculator.java

For executing the code, run the following command :

java Calculator

You will observe that the Calculator window is popped and you can do certain operations of your wish in it.

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by JILKAPALLY SIDDHANTH REDDY (Siddhanthreddyj)

Download packets of source code on Coders Packet