-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
7
-
other
-
solaris_9
AlwaysOnTop behaviour introduced as implementation of RFE 4303256 doesn't work properly
only in Solaris CDE.
It works in Windows, linux and solaris JDS.
Jwindow which is setAlwaysOnTop(false) is displayed over the JFrame which is setAlwaysOnTop(true)
run the attached test to reproduce the defect
which creates two windows
a) JFrame : setAlwaysOnTop(true)
b) JWindow: setAlwaysOnTop(false)
Now if the output shows JWindow over JFrame that means a the bug is reproduced.
only in Solaris CDE.
It works in Windows, linux and solaris JDS.
Jwindow which is setAlwaysOnTop(false) is displayed over the JFrame which is setAlwaysOnTop(true)
run the attached test to reproduce the defect
which creates two windows
a) JFrame : setAlwaysOnTop(true)
b) JWindow: setAlwaysOnTop(false)
Now if the output shows JWindow over JFrame that means a the bug is reproduced.