Hi all, I just noticed that the KeyCodes class has a private contructor to prevent instantiation of the class. While I agree with this in principle, my suggestion is to make the constructor protected instead of private so that it can be subclassed. It makes sense to keep KeyCodes smaller rather than adding the ASCII codes for all possible keys, but my belief is that consumers of this class would obviously like to expand it to include more than is provided in the base class.
Thoughts? Should I file a ticket to ask for this change to be implemented? Thanks, Nick -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
