Calculations in GUI
807603Feb 2 2008 — edited Feb 3 2008am trying to design a java program that is a simple calculator form in Java. In fact the Form should be called: A Simple Calculator Form.
The format is as follows:
First Number (label): (textbox)
Operation (label)
add (radio button)
subtract (radio button)
multiply (radio button)
divide (radio button)
Second Number: (text box)
Answer:(textbox)
Calculate (Button)
Exit (Button)
Can anyone help me with this? Thank you!!