By Rakesh Jat
Simple working calculator in Java using Swing GUI. In this program, you'll learn to make a simple calculator in Java.
In this Java program, you'll learn to make a simple calculator using swing in Java. The calculator would be able to perfrom task like( add, subtract, multiply and divide two numbers)
methods used : i =getText()
ii = setSize(int a, int b)
iii = add(Component c)
iv = setText(String s)
v = addActionListenerListener(ActionListener l)
Submitted by Rakesh Jat (techraka)
Download packets of source code on Coders Packet
Comments