Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calculations in GUI

807603Feb 2 2008 — edited Feb 3 2008
am 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!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2008
Added on Feb 2 2008
8 comments
188 views