Decimal Value in a JTextField
Hi,
I have a JTextfield which displays by default a value in a DecimalFormat like 0.000000000 . When I entered any value in that field It should take 30 digits in which 10 digits are after decimal point.
Eg:1234567890123456789.1234567897
How to acheive this functionality..
Regards,
Golstove

