jdk/src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java
changeset 41004 01e8aabf5e7c
parent 26749 b6598aa90114
child 43724 a272f9475e44
equal deleted inserted replaced
41003:054df19db18c 41004:01e8aabf5e7c
   445      * @param component the component that needs non-default
   445      * @param component the component that needs non-default
   446      * 'mixing-cutout' shape
   446      * 'mixing-cutout' shape
   447      * @param shape the new 'mixing-cutout' shape
   447      * @param shape the new 'mixing-cutout' shape
   448      * @throws NullPointerException if the component argument is {@code null}
   448      * @throws NullPointerException if the component argument is {@code null}
   449      */
   449      */
       
   450     @Deprecated(since = "9")
   450     public static void setComponentMixingCutoutShape(Component component,
   451     public static void setComponentMixingCutoutShape(Component component,
   451             Shape shape)
   452             Shape shape)
   452     {
   453     {
   453         if (component == null) {
   454         if (component == null) {
   454             throw new NullPointerException(
   455             throw new NullPointerException(