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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphicsInfo.java41 JFrame debugFrame = null; field in class:DebugGraphicsInfo
H A DDebugGraphics.java1434 JFrame debugFrame;
1436 if (info.debugFrame == null) {
1437 info.debugFrame = new JFrame();
1438 info.debugFrame.setSize(500, 500);
1440 debugFrame = info.debugFrame;
1441 debugFrame.show();
1442 debugGraphics = new DebugGraphics(debugFrame.getGraphics());

Completed in 31 milliseconds