-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.0
-
None
-
unknown
-
solaris_2.5.1
We were trying to update the text in a Label and simply called:
Label.repaint();
This works under Netscape, but not under HotJava. I found a work-around by:
Label.repaint(0, -2000, -2000, 2000, 2000);
specifying a huge rectangle.
I originally filed this bug under hotjava, but Sunita asked me to refile it
under AWT.
Label.repaint();
This works under Netscape, but not under HotJava. I found a work-around by:
Label.repaint(0, -2000, -2000, 2000, 2000);
specifying a huge rectangle.
I originally filed this bug under hotjava, but Sunita asked me to refile it
under AWT.
- duplicates
-
JDK-4018296 Solaris: Label.repaint() and TextField.repaint() both fail
-
- Closed
-