changeset 3084 | 67ca55732362 |
parent 2470 | 45c5e082f53d |
child 3956 | 2586d23078e4 |
--- a/jdk/src/share/classes/java/awt/Dialog.java Fri Jun 19 16:49:50 2009 -0400 +++ b/jdk/src/share/classes/java/awt/Dialog.java Tue Jun 23 13:35:58 2009 +0400 @@ -262,12 +262,6 @@ TOOLKIT_EXCLUDE }; - /** - * @since 1.6 - */ - private final static ModalExclusionType DEFAULT_MODAL_EXCLUSION_TYPE = - ModalExclusionType.APPLICATION_EXCLUDE; - /* operations with this list should be synchronized on tree lock*/ transient static IdentityArrayList<Dialog> modalDialogs = new IdentityArrayList<Dialog>();