Searched defs:getDefaultScreenDevice (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/awt/GraphicsEnvironment/
H A DPreferLocaleFonts.java55 public GraphicsDevice getDefaultScreenDevice() throws HeadlessException { method in class:PreferLocaleFonts
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DHeadlessGraphicsEnvironment.java75 public GraphicsDevice getDefaultScreenDevice() method in class:HeadlessGraphicsEnvironment
H A DSunGraphicsEnvironment.java156 * by {@link #getDefaultScreenDevice()}.
167 public GraphicsDevice getDefaultScreenDevice() { method in class:SunGraphicsEnvironment
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsEnvironment.java248 public abstract GraphicsDevice getDefaultScreenDevice() method in class:GraphicsEnvironment
433 SunGraphicsEnvironment.getUsableBounds(getDefaultScreenDevice());
460 return SunGraphicsEnvironment.getUsableBounds(getDefaultScreenDevice());
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsEnvironment.java169 public synchronized GraphicsDevice getDefaultScreenDevice() throws HeadlessException { method in class:CGraphicsEnvironment
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsEnvironment.java95 public GraphicsDevice getDefaultScreenDevice() { method in class:Win32GraphicsEnvironment
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsEnvironment.java202 public GraphicsDevice getDefaultScreenDevice() { method in class:X11GraphicsEnvironment

Completed in 43 milliseconds