Nix stray crowd dependency. No one uses this interface.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@382 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -44,8 +44,6 @@ import javax.swing.text.JTextComponent;
|
|||||||
|
|
||||||
import com.samskivert.util.HashIntMap;
|
import com.samskivert.util.HashIntMap;
|
||||||
|
|
||||||
import com.threerings.crowd.chat.client.ChatCantStealFocus;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles dispatching special global key pressed and released events to
|
* Handles dispatching special global key pressed and released events to
|
||||||
* those that care to monitor and process such things.
|
* those that care to monitor and process such things.
|
||||||
@@ -203,7 +201,6 @@ public class KeyDispatcher
|
|||||||
return target.isShowing() &&
|
return target.isShowing() &&
|
||||||
(((target instanceof JTextComponent) && ((JTextComponent) target).isEditable()) ||
|
(((target instanceof JTextComponent) && ((JTextComponent) target).isEditable()) ||
|
||||||
(target instanceof JComboBox) ||
|
(target instanceof JComboBox) ||
|
||||||
(target instanceof ChatCantStealFocus) ||
|
|
||||||
(target instanceof JTable) ||
|
(target instanceof JTable) ||
|
||||||
(target instanceof JRootPane));
|
(target instanceof JRootPane));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user