Searched refs:repaint (Results 226 - 234 of 234) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java461 repaint();
1807 repaint();
H A DDefaultEditorKit.java2307 target.repaint();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRepaintManager.java50 * This class manages repaint requests, allowing the number
52 * requests into a single repaint for members of a component tree.
54 * As of 1.6 <code>RepaintManager</code> handles repaint requests
57 * Any calls to <code>repaint</code> on one of these will call into the
153 // become lost we must repaint the whole window. To deal with that
178 * Runnable used to process all repaint/revalidate requests.
386 * @see JComponent#repaint
454 * @param c Component to repaint, null results in nothing happening.
455 * @param x X coordinate of the region to repaint
456 * @param y Y coordinate of the region to repaint
[all...]
H A DSwingUtilities.java1226 c.repaint();
H A DGroupLayout.java829 host.repaint();
H A DJTree.java2933 repaint();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java902 c.repaint(alloc.x, alloc.y, alloc.width, alloc.height);
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java1403 repaint();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1364 // Need to repaint the highlighted column.
1365 repaint();

Completed in 116 milliseconds

12345678910