src/macosx/classes/sun/lwawt/macosx/CWrapper.java

Print this page

        

@@ -69,12 +69,10 @@
         public static native void miniaturize(long window);
         public static native void deminiaturize(long window);
         public static native void zoom(long window);
 
         public static native void makeFirstResponder(long window, long responder);
-
-        public static native long screen(long window);
     }
 
     public static final class NSView {
         public static native void addSubview(long view, long subview);
         public static native void removeFromSuperview(long view);

@@ -91,15 +89,9 @@
 
     public static final class NSObject {
         public static native void release(long object);
     }
 
-    public static final class NSScreen {
-        public static native Rectangle2D frame(long screen);
-        public static native Rectangle2D visibleFrame(long screen);
-        public static native long screenByDisplayId(int displayID);
-    }
-
     public static final class NSColor {
         public static native long clearColor();
     }
 }