cliff
05-19-2003, 08:07 AM
I'm still learning Java and need a little help. I trying to add a conversion script to convert degrees to feet based on frequency. Here is the mathmatical formula:
(984/freq)*(deg/360)
I want to be able to input the degrees in one box and the frequency in another box, click on a button and it give me the result.
I can get it to do a single calculation, but haven't figured out the multiple calculation thing.
Also, is there a way to get it to do a single calculation without having to click a button. Ex. input a number in a box and as you type it calculates?
Thanks in advance.
Cliff
(984/freq)*(deg/360)
I want to be able to input the degrees in one box and the frequency in another box, click on a button and it give me the result.
I can get it to do a single calculation, but haven't figured out the multiple calculation thing.
Also, is there a way to get it to do a single calculation without having to click a button. Ex. input a number in a box and as you type it calculates?
Thanks in advance.
Cliff