< prev index next >

src/java.desktop/share/classes/java/awt/peer/TaskbarPeer.java

Print this page

        

*** 47,59 **** * @see Taskbar#requestUserAttention */ default void requestUserAttention(boolean enabled, final boolean critical) {} /** ! * Requests user attention to the specified window until it is activated. ! * ! * On an already active window requesting attention does nothing. * * @param w window */ default void requestWindowUserAttention(Window w) {} --- 47,57 ---- * @see Taskbar#requestUserAttention */ default void requestUserAttention(boolean enabled, final boolean critical) {} /** ! * Requests user attention to the specified window. * * @param w window */ default void requestWindowUserAttention(Window w) {}
< prev index next >