equal
deleted
inserted
replaced
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( |