-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.0
-
sparc
-
solaris_2.4
The bug is that the *order* of adding 2 panel components causes layout
problems.
Run GraphicsTest2 on each of the platforms WinNT and Solaris. You will notice
that when the flip button is pressed, on NT, the red square appears and on Solaris
it doesnt.
Now search in GraphicsTest2.java for 'Problem 4:' and change the order
of the two add calls below it. Running this will cause the flip button to work
fine on Solaris and fail on WinNT.
Vijay
build compiler: /usr/local/java/NIGHTLY/1.0betaM-6/bin/javac
problems.
Run GraphicsTest2 on each of the platforms WinNT and Solaris. You will notice
that when the flip button is pressed, on NT, the red square appears and on Solaris
it doesnt.
Now search in GraphicsTest2.java for 'Problem 4:' and change the order
of the two add calls below it. Running this will cause the flip button to work
fine on Solaris and fail on WinNT.
Vijay
build compiler: /usr/local/java/NIGHTLY/1.0betaM-6/bin/javac
- duplicates
-
JDK-4014938 z-ordering not specified and inconsistent across platforms
- Closed