jdk/src/share/classes/sun/awt/EmbeddedFrame.java
changeset 2451 597df8e1d786
parent 1179 b0d106998757
child 2472 b7aba00cabb6
equal deleted inserted replaced
1978:8b981ce05cd0 2451:597df8e1d786
     1 /*
     1 /*
     2  * Copyright 1996-2006 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1996-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
   583         public boolean requestWindowFocus() {
   583         public boolean requestWindowFocus() {
   584             return false;
   584             return false;
   585         }
   585         }
   586         public void updateMinimumSize() {
   586         public void updateMinimumSize() {
   587         }
   587         }
   588     }
   588 
       
   589         public void setOpacity(float opacity) {
       
   590         }
       
   591         public void setOpaque(boolean isOpaque) {
       
   592         }
       
   593         public void updateWindow(BufferedImage backBuffer) {
       
   594         }
       
   595      }
   589 } // class EmbeddedFrame
   596 } // class EmbeddedFrame