提交 eb3eb786 编写于 作者: S serb

8025225: Window.setAlwaysOnTop documentation should be updated

Reviewed-by: anthony, art
Contributed-by: alexander.zvegintsev@oracle.com
上级 60c57b61
...@@ -2191,13 +2191,11 @@ public class Window extends Container implements Accessible { ...@@ -2191,13 +2191,11 @@ public class Window extends Container implements Accessible {
* When the window is later shown, it will be always-on-top. * When the window is later shown, it will be always-on-top.
* *
* <p> When this method is called on a window with a value of * <p> When this method is called on a window with a value of
* {@code false} the always-on-top state is set to normal. The * {@code false} the always-on-top state is set to normal. It may also
* window remains in the top-most position but it`s z-order can be * cause an unspecified, platform-dependent change in the z-order of
* changed as for any other window. Calling this method with a value * top-level windows, but other always-on-top windows will remain in
* of {@code false} on a window that has a normal state has no * top-most position. Calling this method with a value of {@code false}
* effect. Setting the always-on-top state to false has no effect on * on a window that has a normal state has no effect.
* the relative z-order of the windows if there are no other
* always-on-top windows.
* *
* <p><b>Note</b>: some platforms might not support always-on-top * <p><b>Note</b>: some platforms might not support always-on-top
* windows. To detect if always-on-top windows are supported by the * windows. To detect if always-on-top windows are supported by the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册