Searched refs:desktopGraphics (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultDesktopManager.java60 private transient Graphics desktopGraphics = null; field in class:DefaultDesktopManager
306 desktopGraphics = JComponent.safelyGetGraphics(desktop);
396 if (desktopGraphics != null) {
397 desktopGraphics.dispose();
398 desktopGraphics = null;
669 currentManager.copyArea(parent, desktopGraphics, visBounds.x,

Completed in 29 milliseconds