jdk/src/share/classes/sun/awt/NullComponentPeer.java
changeset 2459 08f3416ff334
parent 888 c7009cf0001f
child 2462 192552ca8292
equal deleted inserted replaced
2458:f4bee3ba17ee 2459:08f3416ff334
   303       * Applies the shape to the native component window.
   303       * Applies the shape to the native component window.
   304       * @since 1.7
   304       * @since 1.7
   305       */
   305       */
   306     public void applyShape(Region shape) {
   306     public void applyShape(Region shape) {
   307     }
   307     }
       
   308 
       
   309     public void updateGraphicsData(GraphicsConfiguration gc) {}
       
   310 
       
   311     public GraphicsConfiguration getAppropriateGraphicsConfiguration(
       
   312                         GraphicsConfiguration gc)
       
   313     {
       
   314         return gc;
       
   315     }
   308 }
   316 }