Lines Matching defs:gc
55 GraphicsConfiguration gc = gd.getDefaultConfiguration();
56 if ((gc.getBounds().x != 0) || (gc.getBounds().y != 0))
106 GraphicsConfiguration gc = gd.getDefaultConfiguration();
108 f.setLocation(gc.getBounds().x + 100, gc.getBounds().y + 100);
111 checkGC(f, gc);
125 private static void checkGC(Component c, GraphicsConfiguration gc)
127 if (c.getGraphicsConfiguration() != gc)
130 System.err.println("Right GC: " + gc);
142 checkGC(child, gc);