| [news.eclipse.platform.swt] Re: Text Widget: How to check (verify) user input? |
Andreas,
See the SWT Snippets related to the Text widget for examples: http://www.eclipse.org/swt/snippets/
Hope this helps, - Jeff
Hi,
i know this is kinda of a basic question. But i wonder how i can best verify the user input of a text widget, where the user can type in free text.
In my specific case i only want to allow Integer from 0 on....
How can i do this best?
thanks for any help Andreas