Get Integer from JTextField
843805Nov 9 2005 — edited Nov 9 2005Hi
I have a textfield which returns numbers(integer/long)
i can covert the string to integer using Integer.parseInt()
but how do i get a long no that is in the textfield.
typecasting int to long will not work...because first of all parsing to int does not take place because no is out of integer range...
Thanks