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

12345678910

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java718 repaint();
990 repaint(minX, minY, Math.max(circleX, newCircleX) - minX +
1059 repaint();
1105 repaint();
1117 repaint();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java263 // immediately do a repaint as this method will return false
265 // trigger a complete repaint.
302 // repaint occurs.
346 // force repaint of all.
347 rootJ.repaint();
387 // In case we've left junk on the screen, force a repaint.
388 rootJ.repaint();
553 // repaint the root pane so that the back buffer is in sync
683 // This is set to true when a full repaint on the rootpane is done.
913 // the contents would be bogus. Calling repaint her
[all...]
H A DDefaultDesktopManager.java101 c.repaint(f.getX(), f.getY(), f.getWidth(), f.getHeight());
202 c.repaint(f.getX(), f.getY(), f.getWidth(), f.getHeight());
469 c.repaint(di.getX(), di.getY(), di.getWidth(), di.getHeight());
655 // moved the internal frame so we don't need to initiate repaint.
689 // fake out the repaint manager. We'll take care of everything
696 // we'll repaint the entire previous bounds
796 //finalFrame.repaint();
H A DJComponent.java669 repaint();
970 * but should instead use the <code>repaint</code> method to
990 * @see #repaint
1800 repaint();
2645 parent.repaint(r.x, r.y, r.width, r.height);
2679 repaint();
2702 repaint();
2732 repaint();
2754 repaint();
4792 public void repaint(lon method in class:JComponent
4807 public void repaint(Rectangle r) { method in class:JComponent
[all...]
H A DJMenuItem.java218 // When focus is lost, repaint if
222 mi.repaint();
355 repaint();
H A DJPasswordField.java199 repaint();
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java102 * If this flag is true, then the header will repaint the table as
457 repaint();
575 public void columnMoved(TableColumnModelEvent e) { repaint(); }
604 public void columnSelectionChanged(ListSelectionEvent e) { } // repaint(); }
656 * to <code>revalidate</code> followed by <code>repaint</code>.
660 repaint();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultHighlighter.java145 component.repaint(lhi.x, lhi.y, lhi.width, lhi.height);
190 component.repaint(minX, minY, maxX - minX, maxY - minY);
240 component.repaint(lhi.x, lhi.y, lhi.width, lhi.height);
H A DPlainView.java555 host.repaint();
584 * @param host the component hosting the view (used to call repaint)
586 * @param line0 the starting line number to repaint. This must
588 * @param line1 the ending line number to repaint. This must
598 host.repaint(damage.x, damage.y, damage.width, damage.height);
600 host.repaint();
H A DWrappedPlainView.java292 getContainer().repaint();
735 // have to repaint any views after the receiver.
736 getContainer().repaint();
740 c.repaint(alloc.x, alloc.y, alloc.width, alloc.height);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java517 ((Component)e.getSource()).repaint();
525 ((Component)e.getSource()).repaint();
535 b.repaint();
H A DAquaSpinnerUI.java204 public void repaint() { method in class:AquaSpinnerUI.TransparentButton
209 spinPainter.repaint();
211 super.repaint();
H A DAquaFileSystemModel.java91 fFileList.repaint();
98 fFileList.repaint();
H A DAquaSliderUI.java134 // We also need to repaint the whole track when the thumb moves.
308 slider.repaint();
341 slider.repaint();
491 setThumbLocation(thumbRect.x, thumbRect.y); // need to call to refresh the repaint region
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java135 //In case we have a repaint thread that is in the process of
167 //In case we have a repaint thread that is in the process of
319 repaint();
359 repaint();
415 repaint();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextAreaPeer.java301 * this method is called when the repaint instruction has been used
304 public void repaint() { method in class:XTextAreaPeer
307 textPane.repaint();
370 jtext.repaint();
426 jtext.repaint();
663 getComponent().repaint();
668 getComponent().repaint();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java169 * or ANCHOR_SELECTION_PATH_PROPERTY will not generate a repaint. */
503 tree.repaint();
2092 tree.repaint(editingBounds);
2173 editingComponent.repaint();
2436 private void setLeadSelectionPath(TreePath newPath, boolean repaint) { argument
2437 Rectangle bounds = repaint ?
2448 if (repaint) {
2450 tree.repaint(getRepaintPathBounds(bounds));
2454 tree.repaint(getRepaintPathBounds(bounds));
2515 * Invokes <code>repaint</cod
[all...]
H A DBasicDesktopIconUI.java292 f.getParent().repaint(r.x, r.y, r.width, r.height);
H A DBasicToolBarUI.java844 dockingSource.repaint();
1270 dockingSource.repaint();
1411 repaint();
1427 repaint();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalInternalFrameTitlePane.java203 frame.repaint();
491 repaint();
H A DMetalComboBoxUI.java216 comboBox.repaint();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java211 // get the full repaint area and add it the
217 progressBar.repaint(chunk);
219 progressBar.repaint();
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java108 repaint();
364 repaint();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java136 repaint();
325 repaint();
/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DThreeD.java446 repaint();
496 repaint();

Completed in 85 milliseconds

12345678910