-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
1.1, 1.1.6, 1.2.0, 1.3.0
-
generic, x86, sparc
-
generic, solaris_2.6, solaris_7, solaris_10, windows_98, windows_nt
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.
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.
- duplicates
-
JDK-4259934 Set contentPane to transparent will generate graphics paint problem.
-
- Closed
-
-
JDK-4198538 Non-opaque component on JTabbedPane bad
-
- Closed
-
-
JDK-4202651 JTabbedPane cannot be used as content pane of JFrame?
-
- Closed
-
-
JDK-4967886 Swing should provide full double buffering per window
-
- Resolved
-
- relates to
-
JDK-4178413 Resizing swing components doesn't redraw border properly
-
- Closed
-