Oui, c'est déjà ce que j'ai fait, je lui ai mis un "System.out.println("Action" );" et l'évènement n'est pas catché.
Code :
- public void addInputMethodListener(InputMethodListener l)
- Description copied from class: Component
- Adds the specified input method listener to receive input method events from this component. A component will only receive input method events from input methods if it also overrides getInputMethodRequests to return an InputMethodRequests instance. If listener l is null, no exception is thrown and no action is performed.
|
A component will only receive input method events from input methods if it also overrides getInputMethodRequests to return an InputMethodRequests instance.
Je n'ai quand même pas si mal traduit que ça.
Message édité par Gwarm le 28-03-2003 à 15:28:42