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

12345678910

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java295 repaint();
519 repaint();
H A DPopupFactory.java496 parent.repaint(bounds.x, bounds.y, bounds.width,
H A DJList.java2365 repaint(); /** FIX-ME setSelectedIndex does not redraw all the time with the basic l&f**/
2370 repaint(); /** FIX-ME setSelectedIndex does not redraw all the time with the basic l&f**/
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollPaneUI.java570 scrollpane.repaint();
1132 scrollpane.repaint();
H A DBasicTextUI.java696 editor.repaint();
1174 editor.repaint(rect.x, rect.y, rect.width, rect.height);
1720 * things like scheduling a repaint, finding out the host
1819 editor.repaint(dropCaret);
H A DBasicComboPopup.java225 comboBox.repaint();
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java790 repaint();
965 repaint();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java518 repaint();
674 repaint();
H A DJConsole.java649 desktop.repaint();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java124 //In case we have a repaint thread that is in the process of
150 //In case we have a repaint thread that is in the process of
567 repaint();
610 repaint();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java363 repaint();
463 // last repaint and the currently visible set. We want to preserve
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java337 c.repaint();
H A DTableView.java201 c.repaint(alloc.x, alloc.y, alloc.width, alloc.height);
H A DBoxView.java242 // determine if a repaint is needed
246 // is a hosting component and an allocated shape we repaint.
259 c.repaint(alloc.x, alloc.y, alloc.width, alloc.height);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorder.java424 frame.repaint(x, y, fThisButtonSpan, metrics.titleBarHeight - 2);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java743 // if we could not obtain the lock, repaint the area
748 target.repaint(x1, y1, x2, y2);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java588 desktop.repaint();
923 desktop.repaint();
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java481 fontMenu.repaint();
785 /// Reset option variables and repaint
1035 public void windowOpening( WindowEvent e ) { f2dt.repaint(); }
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java252 // We need a version of setBackground that does not call repaint !!
436 // We need a version of setBackground that does not call repaint !!
493 public void repaint(int x,int y, int width, int height) { method in class:XWindow
508 public void repaint() { method in class:XWindow
H A DXBaseMenuWindow.java255 * Invokes repaint procedure on eventHandlerThread
1005 repaint(rect.x, rect.y, rect.width, rect.height);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLookAndFeel.java2079 root.repaint();
2081 c.repaint();
H A DXPStyle.java715 repaint();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTreeUI.java253 * Notifies this UI delegate to repaint the specified component.
675 tree.repaint(r);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java319 view.repaint();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java236 public void repaint(long tm, int x, int y, int width, int height) { method in class:WComponentPeer
863 // if not waiting for native painting repaint damaged area

Completed in 124 milliseconds

12345678910