How to enter only Integer values in BlackberryTipCalculator in Java?
A:
i haven't done anything on blackberry, but generally i'd approach the problem as follows:
Check event: when text field is modified, check if text field value contains non-integer characters. If so, remove it.
Jan Kuboschek
2010-05-23 11:56:49