I am using 4.3.0 of the Blackberry JDE. I have created a ListField object and populated it by overriding ListFieldCallback. It works but I am getting a compile warning that ListFieldCallback is deprecated. What should I be using instead?
Here is the deprecated list for 4.3.0. ListFieldCallback is not listed as a deprecated class. And, it doesn't seem to be deprecated in newer releases either. Are you sure it is ListFieldCallback that it is complaining about?