Method repaint(Rectangle r)
Return type: void
Member of:
javax.swing.JComponent
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
map.repaint(map.getBounds());
2
jViewport1.repaint(jViewport1.getViewRect());
3
jViewport1.repaint(jViewport1.getViewRect());
4
repaint(getCellRect(row, column, false));
5
repaint( _infoPanelRect );
6
imagePanel.repaint(imagePanel.getBounds(new Rectangle()));
7
map.repaint(map.getBounds());
8
component.repaint ( newPaintBounds );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.