-
Bug
-
Resolution: Fixed
-
P1
-
1.3.0
-
kestrel
-
x86
-
windows_nt
5/12/99 ###@###.### for
###@###.###
Empty frame does not repaint itself when resized. The following test
demonstrates it:
-------------------------------------------------------------
import java.awt.*;
class Test extends Frame
{
public static void main(String[] args) {
Test f = new Test();
// f.setSize(100,100);
f.show();
}
}
-------------------------------------------------------------
This test shows a window of minimal size. If you resize it, it does
not repaint itself. If you uncomment setSize() call, problem goes
away.
This is a Kestrel regression, it does not occur on previous version.
It also doesn't occur on Solaris.
###@###.###
Empty frame does not repaint itself when resized. The following test
demonstrates it:
-------------------------------------------------------------
import java.awt.*;
class Test extends Frame
{
public static void main(String[] args) {
Test f = new Test();
// f.setSize(100,100);
f.show();
}
}
-------------------------------------------------------------
This test shows a window of minimal size. If you resize it, it does
not repaint itself. If you uncomment setSize() call, problem goes
away.
This is a Kestrel regression, it does not occur on previous version.
It also doesn't occur on Solaris.
- duplicates
-
JDK-4237529 Regression: Empty frame does not repaint itself
- Closed
- relates to
-
JDK-4174831 Frame flickers on diagonal resize on Win32
- Resolved