JDK-4518974 : "Since 1.4" is missing for WINDOW_GAINED_FOCUS and WINDOW_LOST_FOCUS events
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-10-24
  • Updated: 2001-10-30
  • Resolved: 2001-10-30
Related Reports
Duplicate :  
Description
Since 1.4 is missing for WINDOW_GAINED_FOCUS and WINDOW_LOST_FOCUS events in  java.awt.event.WindowEvent


Here is the related url:

http://java.sun.com/j2se/1.4/docs/api/java/awt/event/WindowEvent.html


WINDOW_GAINED_FOCUS

public static final int WINDOW_GAINED_FOCUS

The window-gained-focus event type. This event is delivered when the Window becomes the focused Window, which means that the Window, or one of its subcomponents, will receive keyboard events. 


WINDOW_LOST_FOCUS

public static final int WINDOW_LOST_FOCUS

The window-lost-focus event type. This event is delivered when a Window is no longer the focused Window, which means keyboard events will no longer be delivered to the Window or any of its subcomponents. 

Comments
EVALUATION This is part of a larger problem. We have plans to write a script that checks for missing @since tags. See bug 4518974. ###@###.### 2001-10-30
30-10-2001