jdk/src/macosx/classes/sun/lwawt/PlatformWindow.java
changeset 12816 b4cabffcb0de
parent 12640 5ea775607d72
child 13550 648dd6fa0dee
equal deleted inserted replaced
12666:0799075de9d6 12816:b4cabffcb0de
    65      * with setSize/setLocation/setBounds/reshape methods.
    65      * with setSize/setLocation/setBounds/reshape methods.
    66      */
    66      */
    67     public void setBounds(int x, int y, int w, int h);
    67     public void setBounds(int x, int y, int w, int h);
    68 
    68 
    69     /*
    69     /*
    70      * Returns the screen number where the window is.
    70      * Returns the graphics device where the window is.
    71      */
    71      */
    72     public int getScreenImOn();
    72     public GraphicsDevice getGraphicsDevice();
    73 
    73 
    74     /*
    74     /*
    75      * Returns the location of the window.
    75      * Returns the location of the window.
    76      */
    76      */
    77     public Point getLocationOnScreen();
    77     public Point getLocationOnScreen();