201202203204205206207208209210211
String button = pp.convert(BUTTON); String key = null; // Loop through and find the button. for (Iterator it = pp.keySet().iterator(); it.hasNext();) { key = (String) it.next(); if (key.startsWith(button)) { if (considerKey(key, pp))