src/share/classes/java/awt/GraphicsDevice.java
Print this page
*** 339,354 ****
fullScreenWindow.toFront();
}
}
/**
! * Returns the {@code Window} object representing the
* full-screen window if the device is in full-screen mode.
*
! * @return the full-screen window, or {@code null} if the device is
! * not in full-screen mode. The {@code Window} object can differ
! * from the object previously set by {@code setFullScreenWindow}.
* @see #setFullScreenWindow(Window)
* @since 1.4
*/
public Window getFullScreenWindow() {
Window returnWindow = null;
--- 339,353 ----
fullScreenWindow.toFront();
}
}
/**
! * Returns the <code>Window</code> object representing the
* full-screen window if the device is in full-screen mode.
*
! * @return the full-screen window, or <code>null</code> if the device is
! * not in full-screen mode.
* @see #setFullScreenWindow(Window)
* @since 1.4
*/
public Window getFullScreenWindow() {
Window returnWindow = null;