Searched defs:lightweightPrint (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/java/awt/ | ||
H A D | Container.java | 2083 void lightweightPrint(Graphics g) { method in class:Container 2084 super.lightweightPrint(g); |
H A D | Component.java | 3438 void lightweightPrint(Graphics g) { method in class:Component |
Completed in 284 milliseconds