JDK-4274098 : EventQueue.changeKeyEventFocus is package protected
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.2.2
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1999-09-21
  • Updated: 2000-10-04
  • Resolved: 2000-10-04
Related Reports
Duplicate :  
Description

Name: skT88420			Date: 09/21/99



I am developing a multi-windowing server that requires a separate event queue for each thread.  
I have the server working except that when the focus changes, I need to change outstanding key 
events to be sent to the new focused component.  The problem is that the method changeKeyEventFocus(Component) 
is package protected and may not be called by a class outside the package.
(Review ID: 95510) 
======================================================================

Comments
WORK AROUND Name: skT88420 Date: 09/21/99 Either change the EventQueue source and place in front of class path or put the Class that uses the event queue in the java.awt package... Both work arounds are NOT desirable... ======================================================================
11-06-2004

EVALUATION Currently planning to implement this functionality, or equivalent functionality, in the merlin focus enhancements. david.mendenhall@eng 1999-12-14
14-12-1999