--- old/src/macosx/classes/sun/lwawt/LWContainerPeer.java 2012-09-11 21:13:44.103993637 +0400 +++ new/src/macosx/classes/sun/lwawt/LWContainerPeer.java 2012-09-11 21:13:43.931993633 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -41,7 +41,7 @@ import javax.swing.JComponent; abstract class LWContainerPeer - extends LWComponentPeer + extends LWCanvasPeer implements ContainerPeer { // List of child peers sorted by z-order from bottom-most