--- old/src/java.desktop/macosx/classes/sun/lwawt/PlatformWindow.java 2015-05-12 15:40:42.000000000 +0400 +++ new/src/java.desktop/macosx/classes/sun/lwawt/PlatformWindow.java 2015-05-12 15:40:42.000000000 +0400 @@ -67,6 +67,11 @@ public void setBounds(int x, int y, int w, int h); /* + * Sets the maximized bounds. + */ + public default void setMaximizedBounds(int x, int y, int w, int h){} + + /* * Returns the graphics device where the window is. */ public GraphicsDevice getGraphicsDevice();