Each View implementation must register its ViewKeyDispatcher with the current KeyboardFocusManager before it is displayed, and unregister it when the view is removed. If the view provides its own KeyEventDispatcher it may inherit from this class. If it does, the dispatchKeyEvent in the subclass should call super.dispatchKeyEvent. @author Torgil Zethson
|
|