equal
deleted
inserted
replaced
3 <head> |
3 <head> |
4 <meta charset="utf-8"/> |
4 <meta charset="utf-8"/> |
5 <title>AWT Desktop Properties</title> |
5 <title>AWT Desktop Properties</title> |
6 </head> |
6 </head> |
7 <!-- |
7 <!-- |
8 Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. |
8 Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. |
9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
10 |
10 |
11 This code is free software; you can redistribute it and/or modify it |
11 This code is free software; you can redistribute it and/or modify it |
12 under the terms of the GNU General Public License version 2 only, as |
12 under the terms of the GNU General Public License version 2 only, as |
13 published by the Free Software Foundation. Oracle designates this |
13 published by the Free Software Foundation. Oracle designates this |
28 or visit www.oracle.com if you need additional information or have any |
28 or visit www.oracle.com if you need additional information or have any |
29 questions. |
29 questions. |
30 --> |
30 --> |
31 |
31 |
32 <body> |
32 <body> |
33 |
33 <main role="main"> |
34 <h1>AWT Desktop Properties</h1> |
34 <h1>AWT Desktop Properties</h1> |
35 |
35 |
36 The following refers to standard AWT desktop properties that |
36 The following refers to standard AWT desktop properties that |
37 may be obtained via the |
37 may be obtained via the |
38 <a href="../Toolkit.html#getDesktopProperty(java.lang.String)"> |
38 <a href="../Toolkit.html#getDesktopProperty(java.lang.String)"> |
272 </ul> |
272 </ul> |
273 |
273 |
274 This property should be used when there is no need in listening mouse events fired as a result of |
274 This property should be used when there is no need in listening mouse events fired as a result of |
275 activity with extra mouse button. |
275 activity with extra mouse button. |
276 By default this property is set to {@code true}. |
276 By default this property is set to {@code true}. |
|
277 </main> |
277 </body> |
278 </body> |
278 </html> |
279 </html> |