jdk/src/java.desktop/macosx/classes/sun/lwawt/PlatformWindow.java
changeset 37700 e929eeebe9b6
parent 37694 c064aefc5a2f
equal deleted inserted replaced
37699:c3d9835483f9 37700:e929eeebe9b6
   128     /**
   128     /**
   129      * Applies the minimum and maximum size to the platform window.
   129      * Applies the minimum and maximum size to the platform window.
   130      */
   130      */
   131     public void setSizeConstraints(int minW, int minH, int maxW, int maxH);
   131     public void setSizeConstraints(int minW, int minH, int maxW, int maxH);
   132 
   132 
   133     /**
       
   134      * Transforms the given Graphics object according to the native
       
   135      * implementation traits (insets, etc.).
       
   136      */
       
   137     public Graphics transformGraphics(Graphics g);
       
   138 
       
   139     /*
   133     /*
   140      * Installs the images for particular window.
   134      * Installs the images for particular window.
   141      */
   135      */
   142     public void updateIconImages();
   136     public void updateIconImages();
   143 
   137