mainContainer.setDropTarget(new ContentManagerDropTarget(mainContainer, this, resourceManager));
}
protected void initKeyboardFocusManagerListeners() {
propertyChangeSupport.addPropertyChangeListener("manager.window.anchestor", new PropertyChangeListener() {
final ShortcutProcessor shortcutProcessor = new ShortcutProcessor(MyDoggyToolWindowManager.this,
MyDoggyToolWindowManager.this);
final FocusOwnerChangeListener focusOwnerChangeListener = new FocusOwnerChangeListener();
public void propertyChange(PropertyChangeEvent evt) {
KeyboardFocusManager keyboardFocusManager = KeyboardFocusManager.getCurrentKeyboardFocusManager();