JDK-4004361 : RFE: add previousFocus() method to Component
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.0.2
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: unknown
  • Submitted: 1996-09-16
  • Updated: 2000-10-04
  • Resolved: 2000-10-04
Related Reports
Duplicate :  
Description
	Java Bugs in Windows 95:
	
	* The handleEvent() doesn't bring the GOT_FOCUS and LOST_FOCUS events.
	  This is true from both subclass of the Frame
	  and subclass of the TextField.
	  How to do data validation without LOST_FOCUS ?
	
	* The TAB and Shift-TAB don't move between the controls.
	  Bad luck that there is nextFocus() but not previousFocus().
	
	* Cannot have a MODAL Dialog.
	  I want to show a Visual Basic like Message Box with OK/Cancel
	  but it didn't work with Java.

Comments
EVALUATION FocusManager.focusPrevious needs to be exposed in Component. thomas.ball@Eng 1998-04-10 Currently planning to implement this functionality, or equivalent functionality, in the merlin focus enhancements. david.mendenhall@eng 1999-12-14
10-04-1998