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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java384 static Graphics safelyGetGraphics(Component c) { method in class:JComponent
385 return safelyGetGraphics(c, SwingUtilities.getRoot(c));
388 static Graphics safelyGetGraphics(Component c, Component root) { method in class:JComponent
5160 if ((g = safelyGetGraphics(paintingComponent, c)) != null) {

Completed in 74 milliseconds