< prev index next >

src/solaris/classes/sun/awt/motif/MWindowPeer.java

Print this page
rev 1556 : 6794764: Translucent windows are completely repainted on every paint event, on Windows
6719382: Printing of AWT components on windows is not working
6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel
6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
Reviewed-by: anthony, tdv, alexp

@@ -612,11 +612,11 @@
     public void setOpaque(boolean isOpaque) {
         // no-op
     }
 
     @Override
-    public void updateWindow(BufferedImage backBuffer) {
+    public void updateWindow() {
         // no-op
     }
 
     public void repositionSecurityWarning() {
         // not implemented
< prev index next >