Hi,
I am trying to gather some input using Swing classes.
Basically, I have a number of text areas and a combo box in the same frame and I need to "grey out" some of the text areas according to the selection in the combo box.
Any help?
Thanks
Rob
Hi all,
Is it possible to type cast a String variable into an integer?
I'm tryong with the following code but I'm getting an error on compilation saying inconvertible types.
void yearsWorked(String sWorkYear)
{
int iYrsWorked;
iYrsWorked = (int) sWorkYear;
}
Cheers
Rob
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.