String texts;
texts = textFieldb.getText();
String textd;
textd = textFieldc.getText();
How would I get it to run a specific function using " if ", example : If 'texts' is a number then it'll run a specific function, and if it wasn't a number, it would run another. Also, how would I do that if it's a word, rather then a number? Thanks. :)