Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
JFrame, JDialog, JWindow, and JApplet don't use RepaintManager because they do not extend from JComponent, hence their repaint() method defaults to that of Component.repaint(), which uses AWT's update scheme. All Swing components need to go through the RepaintManager mechanism.
|