JDK-4016583 : would like api to prevent a component from taking focus
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: generic
  • Submitted: 1996-11-25
  • Updated: 2000-10-04
  • Resolved: 2000-10-04
Related Reports
Duplicate :  
Description
 Would like an API call that would disable the focus ability of a component.
(i.e. setFocusAbility(boolean fability) )

Comments
WORK AROUND
11-06-2004

SUGGESTED FIX
11-06-2004

PUBLIC COMMENTS Would like an API call that would disable the focus ability of a component.
10-06-2004

EVALUATION [georges.saab@Eng 1996-12-13] Part of this is already fixed for 1.1 by aim (1261846): > For JDK1.1 we have added the isFocusTraversable() method which enables > a component to be setup to take the focus or not. What is still missing from this request is the ability to turn focusability on and off for an instance at runtime. ===== Currently planning to implement this functionality, or equivalent functionality, in the merlin focus enhancements. david.mendenhall@eng 1999-12-14
14-12-1999