< prev index next >

src/share/classes/sun/awt/EmbeddedFrame.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

*** 582,592 **** public void setOpacity(float opacity) { } public void setOpaque(boolean isOpaque) { } ! public void updateWindow(BufferedImage backBuffer) { } public void repositionSecurityWarning() { } } } // class EmbeddedFrame --- 582,593 ---- public void setOpacity(float opacity) { } public void setOpaque(boolean isOpaque) { } ! public void updateWindow() { } + public void repositionSecurityWarning() { } } } // class EmbeddedFrame
< prev index next >