< prev index next >

src/java.desktop/macosx/classes/sun/lwawt/PlatformWindow.java

Print this page

        

*** 65,74 **** --- 65,79 ---- * with setSize/setLocation/setBounds/reshape methods. */ 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(); /*
< prev index next >