- Hey!,This project name is CalculatorApp and this is a simple java Project based on java Swing and GUI. It can performs arithmetic operations on numbers like: addition, subtraction, multiplication, and division. and It can also calculate percentage (%) of given number.
- There is on/off button by using this we can off it whenever we are not using. and at of usage we can also on it. this feature help in battery sever in case of real world calculator.
- Apache netbeans 12.1
- GUI
- java Swing
-
open java ide-'Netbeans'.
-
Create a jFrame and used swing and GUI.
-
import some libraries like: import javax.swing.JOptionPane; import javax.swing.JTextField;
-
Deploy buttons, panal, textfield and radiobtn etc inside the jFrame.
-
Write code and set action listener on each button to perform operation.
-
Run and get expected output.