jdk/src/share/classes/sun/awt/AWTAccessor.java
changeset 2808 a139a919f645
parent 2472 b7aba00cabb6
child 3084 67ca55732362
equal deleted inserted replaced
2807:db01a7f6d657 2808:a139a919f645
   130          */
   130          */
   131         void setOpaque(Window window, boolean isOpaque);
   131         void setOpaque(Window window, boolean isOpaque);
   132         /*
   132         /*
   133          * Update the image of a non-opaque (translucent) window.
   133          * Update the image of a non-opaque (translucent) window.
   134          */
   134          */
   135         void updateWindow(Window window, BufferedImage backBuffer);
   135         void updateWindow(Window window);
   136 
   136 
   137         /** Get the size of the security warning.
   137         /** Get the size of the security warning.
   138          */
   138          */
   139         Dimension getSecurityWarningSize(Window w);
   139         Dimension getSecurityWarningSize(Window w);
   140 
   140