Relates :
|
Windows owned by an always-on-top window DO NOT automatically become always-on-top. From the spec for java.awt.Window.setAlwaysOnTop(boolean): "All windows owned by an always-on-top window inherit this state and automatically become always-on-top." The following testcases fail due to this issue: api/java_awt/Window/indexTGF.html#AlwaysOnTop[ownedAlwaysOnTop] api/java_awt/Window/indexTGF.html#AlwaysOnTop[masterCeasesAlwaysOnTop]
|