View Single Post
Old Apr 13th, 2008, 1:00 AM   #10
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 855
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Re: Random "Letter" Generator

Double.parseDouble will throw a NumberFormatException if it is unable to parse its input as a double. It is very easy to find this information in the docs.
titaniumdecoy is offline   Reply With Quote