< prev index next >

src/java.desktop/windows/native/libawt/windows/awt_Button.cpp

Print this page

        

*** 185,195 **** void AwtButton::NotifyListeners() { DoCallback("handleAction", "(JI)V", ::JVM_CurrentTimeMillis(NULL, 0), ! (jint)AwtComponent::GetJavaModifiers()); } MsgRouting AwtButton::OwnerDrawItem(UINT /*ctrlId*/, DRAWITEMSTRUCT& drawInfo) { --- 185,195 ---- void AwtButton::NotifyListeners() { DoCallback("handleAction", "(JI)V", ::JVM_CurrentTimeMillis(NULL, 0), ! (jint)AwtComponent::GetActionModifiers()); } MsgRouting AwtButton::OwnerDrawItem(UINT /*ctrlId*/, DRAWITEMSTRUCT& drawInfo) {
< prev index next >