--- old/modules/graphics/src/test/java/com/sun/javafx/pgstub/StubPopupStage.java 2014-02-04 14:46:24.283806323 +0100 +++ new/modules/graphics/src/test/java/com/sun/javafx/pgstub/StubPopupStage.java 2014-02-04 14:46:24.135806318 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2014, 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 @@ -48,6 +48,11 @@ } @Override + public void setAlwaysOnTop(boolean alwaysOnTop) { + getNotificationSender().changedAlwaysOnTop(alwaysOnTop); + } + + @Override public void setResizable(boolean resizable) { getNotificationSender().changedResizable(resizable); }