Re: [java-gnome-hackers] BindingSet (was: Update)
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2003-12-27 01:47:34
|
On Fri, 2003-12-26 at 16:30, Luca De Rugeriis wrote: > Obiouvsly it doesn't work, cause the toString function is not overrided. > I think it is a pure java question not j-g: > The KeySymbol class contains static ints only. How can I pass one of > them trough the method's argument? The method should take an integer and the user would type something like KeySymbol.F12. Just make sure that the javadoc clearly states that the int is one of the public members of KeySymbol. -Jeff |