Search:

Type: Posts; User: javapenguin

Search: Search took 0.07 seconds.

  1. Re: converting words to numbers like a phone. i.e. 1800CALLMEE = 1-800-225-5544

    My evaluate method in OperatorNode is having a problem. Data is being updated. Sorry for losing my patience, but I do have a rapidly approaching deadline.
  2. Re: converting words to numbers like a phone. i.e. 1800CALLMEE = 1-800-225-5544

    Words to numbers.

    Well, entering anything in JOptionPane will be taken as a String.

    To get it to ints,

    int x = Integer.parseInt(StringFromJOptionPane);

    I think I have an idea.
Results 1 to 2 of 2