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

12345678910

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameManager.java113 c.repaint(f.getX(), f.getY(), f.getWidth(), f.getHeight());
H A DAquaComboBoxButton.java74 repaint();
79 repaint();
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java87 public void repaint(long tm, int x, int y, int width, int height){}; method in class:StubComponentPeer
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DDrawStrSuper.java122 dss.repaint();
/openjdk7/jdk/test/java/awt/List/SetFontTest/
H A DSetFontTest.java57 list.repaint();
/openjdk7/jdk/test/java/awt/datatransfer/DragUnicodeBetweenJVMTest/
H A DTargetPanel.java78 repaint();
/openjdk7/jdk/src/share/demo/applets/NervousText/
H A DNervousText.java144 repaint();
/openjdk7/jdk/test/javax/swing/RepaintManager/6608456/
H A Dbug6608456.java72 // trigger repaint for delegate RepaintManager
76 component.repaint();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJDialog.java1120 * for details on how the repaint is handled.
1130 public void repaint(long time, int x, int y, int width, int height) { method in class:JDialog
1136 super.repaint(time, x, y, width, height);
H A DJFrame.java765 * for details on how the repaint is handled.
775 public void repaint(long time, int x, int y, int width, int height) { method in class:JFrame
781 super.repaint(time, x, y, width, height);
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorChooserPanel.java82 this.slider.repaint();
83 this.diagram.repaint();
H A DColorPanel.java113 getParent().repaint();
152 chooser.repaint();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTextFieldUI.java164 * Notifies this UI delegate to repaint the specified component.
272 getComponent().repaint();
276 getComponent().repaint();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultCaret.java48 * repaint the most recent bounding box. The caret also tracks change
52 * is controlled by <code>UpdatePolicy</code> property. The repaint of the
78 * should also be reimplemented to cause a repaint for the area needed
81 * This enables the caret to repaint in a thread-safe manner when the
234 * Cause the caret to be painted. The repaint
243 protected final synchronized void repaint() { method in class:DefaultCaret
245 component.repaint(x, y, width, height);
266 repaint();
635 repaint();
637 // This will potentially cause a repaint o
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsGraphicsUtils.java199 c.repaint();
203 c.repaint();
H A DWindowsMenuUI.java260 menuItem.repaint();
271 menuItem.repaint();
H A DWindowsSliderUI.java106 slider.repaint(thumbRect);
117 slider.repaint(thumbRect);
H A DWindowsTableHeaderUI.java69 header.repaint(header.getHeaderRect(oldColumn));
70 header.repaint(header.getHeaderRect(newColumn));
H A DWindowsScrollBarUI.java113 // we need to repaint the entire scrollbar because state change for each
118 repaint();
122 repaint();
125 private void repaint() {
126 scrollbar.repaint();
264 // we need to repaint the entire scrollbar because state change for thumb
267 scrollbar.repaint();
/openjdk7/jdk/test/java/awt/Focus/ContainerFocusAutoTransferTest/
H A DContainerFocusAutoTransferTest.java115 frame.repaint();
132 frame.repaint();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DSheetDialog.java168 repaint();
179 repaint();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DImageView.java50 * If true, when some of the bits are available a repaint is done.
52 * This is set to false as swing does not offer a repaint that takes a
608 private void repaint(long delay) { method in class:ImageView
610 container.repaint(delay, fBounds.x, fBounds.y, fBounds.width,
861 // preference changed, or repaint, we just reset the fWidth/fHeight as
874 repaint(0);
890 // No need to resize or repaint, still in the process
920 // No need to resize or repaint, still in the process of
934 repaint(0);
937 repaint(sIncRat
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java1127 comboBox.repaint();
1153 comboBox.repaint();
1280 comboBox.repaint(r.x,r.y,r.width,r.height);
1500 comboBox.repaint();
1706 comboBox.repaint();
1729 comboBox.repaint();
1737 comboBox.repaint();
1820 comboBox.repaint();
1846 comboBox.repaint();
1868 comboBox.repaint();
[all...]
H A DBasicSplitPaneUI.java938 splitPane.repaint();
950 splitPane.repaint();
1129 splitPane.repaint();
1207 splitPane.repaint(lastLoc, 0, dividerSize,
1209 splitPane.repaint(location, 0, dividerSize,
1219 splitPane.repaint(0, lastLoc, splitWidth,
1221 splitPane.repaint(0, location, splitWidth,
2063 splitPane.repaint();
2073 splitPane.repaint();
2078 splitPane.repaint();
[all...]
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java204 fc.repaint();
257 fc.repaint();
271 fc.repaint();
277 fc.repaint();
297 fc.repaint();
304 fc.repaint();
311 fc.repaint();
392 /// Since repaint call has a low priority, these functions will finish
415 fc.repaint();
419 // Windows does not repaint correctl
[all...]

Completed in 96 milliseconds

12345678910