Print this page
4719 update gate build environment to [open]jdk7 4742 update manifests for javadoc7 4743 Fix deprecated /usr/j2se usage in slp and remove from filesystem(5) manpage 4744 remove traces of /var/sadm/system/admin/default_java Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net>
*** 18,29 ****
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
- * ident "%Z%%M% %I% %E% SMI"
- *
* Copyright (c) 1999-2000 by Sun Microsystems, Inc.
* All rights reserved.
*/
import java.awt.*;
--- 18,27 ----
*** 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.
--- 86,96 ----
* 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
--- 297,307 ----
/**
* Make the button non-focus traversable so that it cannot be
* tabbed in to.
*/
! public boolean isFocusable() {
return false;
}
} // DCButton