< prev index next >

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

Print this page

        

*** 534,544 **** DoCallback("handleListChanged", "(I)V", nCurrentSelection); } else if (notifyCode == LBN_DBLCLK) { DoCallback("handleAction", "(IJI)V", nCurrentSelection, ::JVM_CurrentTimeMillis(NULL, 0), ! (jint)AwtComponent::GetJavaModifiers()); } } } return mrDoDefault; } --- 534,544 ---- DoCallback("handleListChanged", "(I)V", nCurrentSelection); } else if (notifyCode == LBN_DBLCLK) { DoCallback("handleAction", "(IJI)V", nCurrentSelection, ::JVM_CurrentTimeMillis(NULL, 0), ! (jint)AwtComponent::GetActionModifiers()); } } } return mrDoDefault; }
< prev index next >