8176528: Progress state for window is not displayed in taskbar
authorazvegint
Thu, 16 Mar 2017 01:40:21 +0100
changeset 44350 d400309d909c
parent 44349 014a8394fed0
child 44351 6bb1d97d5758
8176528: Progress state for window is not displayed in taskbar Reviewed-by: prr, serb
jdk/src/java.desktop/share/classes/java/awt/Taskbar.java
--- a/jdk/src/java.desktop/share/classes/java/awt/Taskbar.java	Wed Mar 15 12:55:31 2017 -0700
+++ b/jdk/src/java.desktop/share/classes/java/awt/Taskbar.java	Thu Mar 16 01:40:21 2017 +0100
@@ -274,6 +274,10 @@
     /**
      * Requests user attention to the specified window.
      *
+     * Has no effect if a window representation is not displayable in
+     * the task area. Whether it is displayable is dependent on all
+     * of window type, platform, and implementation.
+     *
      * @param w window
      * @throws SecurityException if a security manager exists and it denies the
      * {@code RuntimePermission("canProcessApplicationEvents")} permission.
@@ -375,6 +379,10 @@
      * for the specified window.
      * It may be disabled by system settings.
      *
+     * Has no effect if a window representation is not displayable in
+     * the task area. Whether it is displayable is dependent on all
+     * of window type, platform, and implementation.
+     *
      * @param w window to update
      * @param badge image to affix to the icon
      * @throws SecurityException if a security manager exists and it denies the
@@ -409,6 +417,11 @@
     /**
      * Displays a determinate progress bar in the task area for the specified
      * window.
+     *
+     * Has no effect if a window representation is not displayable in
+     * the task area. Whether it is displayable is dependent on all
+     * of window type, platform, and implementation.
+     *
      * <br>
      * The visual behavior is platform and {@link State} dependent.
      * <br>
@@ -437,6 +450,10 @@
 
     /**
      * Sets a progress state for a specified window.
+     *
+     * Has no effect if a window representation is not displayable in
+     * the task area. Whether it is displayable is dependent on all
+     * of window type, platform, and implementation.
      * <br>
      * Each state displays a progress in a platform-dependent way.
      * <br>