Various components in Oracle WebForms Application are not being repainted properly.
To reproduce, add /home/richie/orcl (at your Windows mount point) to your
classpath and run:
appletviewer laser.html
The opening window should have 6 text components showing, although only 5
display on NT. This worked under JDK1.1 and works on Win95 (and Solaris).
Resizing, setting focus, or moving the window will repaint the component.
The problem appears to be timing related. Running the code through the debugger
does not reproduce the problem.
- duplicates
-
JDK-4045627 buttons not being repainted properly on win32
- Closed