Print this page
4719 Common patchset for jdk1.7 support preparation

*** 88,98 **** * Ensures that this component is not brought into focus by * tabbing. This prevents the tab focus from moving in here instead * of going to a text field. * @return false always. */ ! public boolean isFocusTraversable() { return false; } /** * Sets the listener for this tab. --- 88,98 ---- * Ensures that this component is not brought into focus by * tabbing. This prevents the tab focus from moving in here instead * of going to a text field. * @return false always. */ ! public boolean isFocusable() { return false; } /** * Sets the listener for this tab.
*** 299,309 **** /** * Make the button non-focus traversable so that it cannot be * tabbed in to. */ ! public boolean isFocusTraversable() { return false; } } // DCButton --- 299,309 ---- /** * Make the button non-focus traversable so that it cannot be * tabbed in to. */ ! public boolean isFocusable() { return false; } } // DCButton