< prev index next >

src/java.desktop/share/classes/java/awt/Component.java

Print this page

        

*** 841,854 **** return comp.backgroundEraseDisabled; } public Rectangle getBounds(Component comp) { return new Rectangle(comp.x, comp.y, comp.width, comp.height); } - public void setMixingCutoutShape(Component comp, Shape shape) { - comp.setMixingCutoutShape(shape); - } - public void setGraphicsConfiguration(Component comp, GraphicsConfiguration gc) { comp.setGraphicsConfiguration(gc); } --- 841,850 ----
< prev index next >