In my project "scientific calculator", im using 2 textfields in my GUI app. the problem now (or actually what i dislike) is the user has to use the 2 textfields even if he needs a function of only 1 parameter as trig functions and roots.
when i enter 1 value in the first textfield and leave the other blank, the program doesnt give any output.
Is there any way so i can use only 1 textfield for functions which take 1 parameter?
when i enter 1 value in the first textfield and leave the other blank, the program doesnt give any output.
Is there any way so i can use only 1 textfield for functions which take 1 parameter?
Comment