I\'m wondering how to do something only if Integer.parseInt(whatever) doesn\'t fail.
More specifically I have a jTextArea of user specified values seperated by line
instead of trying & catching expressions.. its better to run regex on the string to ensure that it is a valid number..
try
catch