src/java.desktop/share/classes/java/awt/doc-files/DesktopProperties.html
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 52831 4e9739110cf1
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
     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, 2018, Oracle and/or its affiliates. All rights reserved.
     8  Copyright (c) 2005, 2019, 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
    29  questions.
    29  questions.
    30 -->
    30 -->
    31 
    31 
    32 <body>
    32 <body>
    33 <main role="main">
    33 <main role="main">
       
    34 <div class="contentContainer">
    34 <h1>AWT Desktop Properties</h1>
    35 <h1>AWT Desktop Properties</h1>
    35 
    36 
    36 The following refers to standard AWT desktop properties that
    37 The following refers to standard AWT desktop properties that
    37 may be obtained via the
    38 may be obtained via the
    38 <a href="../Toolkit.html#getDesktopProperty(java.lang.String)">
    39 <a href="../Toolkit.html#getDesktopProperty(java.lang.String)">
    55 <code>null</code>.
    56 <code>null</code>.
    56 <p>
    57 <p>
    57 The following table summarizes the desktop properties documented
    58 The following table summarizes the desktop properties documented
    58 here, and their value types.
    59 here, and their value types.
    59 <br><br>
    60 <br><br>
    60 <table>
    61 <table border=1>
    61 <tr bgcolor="#ccccff">
    62 <thead>
    62 <th>Property Name</th>
    63 <tr>
    63 <th>Value Type</th>
    64 <th scope="col">Property Name</th>
    64 <th>Summary Description</th>
    65 <th scope="col">Value Type</th>
       
    66 <th scope="col">Summary Description</th>
    65 </tr>
    67 </tr>
       
    68 </thead>
       
    69 <tbody>
    66 <tr>
    70 <tr>
    67 <td><A href="#awt.font.desktophints">awt.font.desktophints</A></td>
    71 <th scope="row"><A href="#awt.font.desktophints">awt.font.desktophints</A></th>
    68 <td><a href="../../util/Map.html">java.util.Map</a></td>
    72 <td>{@link java.util.Map java.util.Map}</td>
    69 <td>Font smoothing (text antialiasing) settings.</td>
    73 <td>Font smoothing (text antialiasing) settings.</td>
    70 </tr>
    74 </tr>
    71 <tr>
    75 <tr>
    72 <td><A href="#sun.awt.enableExtraMouseButtons">sun.awt.enableExtraMouseButtons</A></td>
    76 <th scope="row"><A href="#sun.awt.enableExtraMouseButtons">sun.awt.enableExtraMouseButtons</A></th>
    73 <td><a href="../../lang/Boolean.html">java.lang.Boolean</a></td>
    77 <td>{@link java.lang.Boolean java.lang.Boolean}</td>
    74 <td>Controls if mouse events from extra buttons are to be generated or not</td>
    78 <td>Controls if mouse events from extra buttons are to be generated or not</td>
    75 </tr>
    79 </tr>
       
    80 </tbody>
    76 </table>
    81 </table>
    77 
    82 
    78 <h2>Desktop Font Rendering Hints</h2>
    83 <h2>Desktop Font Rendering Hints</h2>
    79 <b>Desktop Property: <a id="awt.font.desktophints">"awt.font.desktophints"</A></b>
    84 <b>Desktop Property: <a id="awt.font.desktophints">"awt.font.desktophints"</A></b>
    80 <p>
    85 <p>
   271 </ul>
   276 </ul>
   272 
   277 
   273 This property should be used when there is no need in listening mouse events fired as a result of
   278 This property should be used when there is no need in listening mouse events fired as a result of
   274 activity with extra mouse button.
   279 activity with extra mouse button.
   275 By default this property is set to {@code true}.
   280 By default this property is set to {@code true}.
       
   281 </div>
   276 </main>
   282 </main>
   277 </body>
   283 </body>
   278 </html>
   284 </html>