--- old/src/macosx/classes/sun/lwawt/macosx/CViewEmbeddedFrame.java 2013-07-08 18:10:06.000000000 +0400 +++ new/src/macosx/classes/sun/lwawt/macosx/CViewEmbeddedFrame.java 2013-07-08 18:10:06.000000000 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2013, 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 @@ -96,7 +96,7 @@ validate(); setVisible(true); } - }, null); + }, this); } catch (InterruptedException | InvocationTargetException ex) {} } }