hg: jdk7/awt/jdk: 6806217: implement synthetic focus model for MS Windows

anton.tarasov at sun.com anton.tarasov at sun.com
Wed Mar 11 00:37:57 PDT 2009


Changeset: 4dc625187820
Author:    ant
Date:      2009-03-10 18:33 +0300
URL:       http://hg.openjdk.java.net/jdk7/awt/jdk/rev/4dc625187820

6806217: implement synthetic focus model for MS Windows
Reviewed-by: art, dcherepanov

! make/sun/awt/make.depend
! src/share/classes/java/awt/Component.java
! src/share/classes/java/awt/KeyboardFocusManager.java
! src/share/classes/sun/awt/AWTAccessor.java
! src/share/classes/sun/awt/HeadlessToolkit.java
! src/share/classes/sun/awt/KeyboardFocusManagerPeerImpl.java
! src/share/classes/sun/awt/SunToolkit.java
! src/solaris/classes/sun/awt/X11/XComponentPeer.java
! src/solaris/classes/sun/awt/X11/XEmbedChildProxyPeer.java
! src/solaris/classes/sun/awt/X11/XKeyboardFocusManagerPeer.java
! src/windows/classes/sun/awt/windows/WChoicePeer.java
! src/windows/classes/sun/awt/windows/WComponentPeer.java
+ src/windows/classes/sun/awt/windows/WKeyboardFocusManagerPeer.java
! src/windows/classes/sun/awt/windows/WToolkit.java
! src/windows/classes/sun/awt/windows/WWindowPeer.java
! src/windows/native/sun/windows/awt_Button.cpp
! src/windows/native/sun/windows/awt_Button.h
! src/windows/native/sun/windows/awt_Canvas.cpp
! src/windows/native/sun/windows/awt_Checkbox.cpp
! src/windows/native/sun/windows/awt_Checkbox.h
! src/windows/native/sun/windows/awt_Choice.cpp
! src/windows/native/sun/windows/awt_Choice.h
! src/windows/native/sun/windows/awt_Component.cpp
! src/windows/native/sun/windows/awt_Component.h
! src/windows/native/sun/windows/awt_Frame.cpp
! src/windows/native/sun/windows/awt_Frame.h
! src/windows/native/sun/windows/awt_KeyboardFocusManager.cpp
- src/windows/native/sun/windows/awt_KeyboardFocusManager.h
! src/windows/native/sun/windows/awt_List.cpp
! src/windows/native/sun/windows/awt_List.h
! src/windows/native/sun/windows/awt_PrintDialog.cpp
! src/windows/native/sun/windows/awt_ScrollPane.cpp
! src/windows/native/sun/windows/awt_ScrollPane.h
! src/windows/native/sun/windows/awt_Scrollbar.cpp
! src/windows/native/sun/windows/awt_Scrollbar.h
! src/windows/native/sun/windows/awt_TextArea.cpp
! src/windows/native/sun/windows/awt_TextComponent.cpp
! src/windows/native/sun/windows/awt_TextComponent.h
! src/windows/native/sun/windows/awt_TextField.cpp
! src/windows/native/sun/windows/awt_Window.cpp
! src/windows/native/sun/windows/awt_Window.h
! src/windows/native/sun/windows/awtmsg.h
+ test/java/awt/Focus/ClearGlobalFocusOwnerTest/ClearGlobalFocusOwnerTest.java
! test/java/awt/Focus/IconifiedFrameFocusChangeTest/IconifiedFrameFocusChangeTest.java
+ test/java/awt/Focus/RemoveAfterRequest/RemoveAfterRequest.java




More information about the jdk7-changes mailing list