< prev index next >

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

Print this page

        

*** 128,143 **** /** * Applies the minimum and maximum size to the platform window. */ public void setSizeConstraints(int minW, int minH, int maxW, int maxH); - /** - * Transforms the given Graphics object according to the native - * implementation traits (insets, etc.). - */ - public Graphics transformGraphics(Graphics g); - /* * Installs the images for particular window. */ public void updateIconImages(); --- 128,137 ----
< prev index next >