//
Written by Dario Alejandro Alpern (alpertron@hotmail.com)
"
+ lowerTextArea.getText() + "";
return text;
}
return "";
}
public void setDigits(int digits)
{
digitsInGroup = digits;
if ((calcThread == null || calcThread.isAlive() == false) &&
lowerTextArea.getText() != "")
{
ShowPane();
}
}
} // End applet class
//