Searched refs:shortcutLabel (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | WMenuItemPeer.java | 43 String shortcutLabel; field in class:WMenuItemPeer 82 shortcutLabel = (sc != null) ? sc.toString() : null; 84 shortcutLabel = null;
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_MenuItem.cpp | 394 jstring shortcutLabel = local 396 if (!IsTopMenu() && shortcutLabel != NULL) { 400 AwtFont::drawMFString(hDC, font, shortcutLabel, textRect.left, y, 404 AwtFont::drawMFString(hDC, font, shortcutLabel, 417 env->DeleteLocalRef(shortcutLabel); 492 jstring shortcutLabel = local 494 if (shortcutLabel != NULL) { 495 size = AwtFont::getMFStringSize(hDC, font, shortcutLabel); 497 env->DeleteLocalRef(shortcutLabel); 895 AwtMenuItem::shortcutLabelID = env->GetFieldID(cls, "shortcutLabel", [all...] |
Completed in 118 milliseconds