src/java.desktop/share/classes/java/awt/doc-files/DesktopProperties.html
changeset 58325 d32a3b1ca84a
parent 55366 de1d2a535c08
child 58595 fa9f28a0e175
equal deleted inserted replaced
58324:0aba35254e00 58325:d32a3b1ca84a
     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
    55 <code>null</code>.
    55 <code>null</code>.
    56 <p>
    56 <p>
    57 The following table summarizes the desktop properties documented
    57 The following table summarizes the desktop properties documented
    58 here, and their value types.
    58 here, and their value types.
    59 <br><br>
    59 <br><br>
    60 <table>
    60 <table border=1>
    61 <tr bgcolor="#ccccff">
    61 <thead>
    62 <th>Property Name</th>
    62 <tr>
    63 <th>Value Type</th>
    63 <th scope="col">Property Name</th>
    64 <th>Summary Description</th>
    64 <th scope="col">Value Type</th>
       
    65 <th scope="col">Summary Description</th>
    65 </tr>
    66 </tr>
       
    67 </thead>
       
    68 <tbody>
    66 <tr>
    69 <tr>
    67 <td><A href="#awt.font.desktophints">awt.font.desktophints</A></td>
    70 <th scope="row"><A href="#awt.font.desktophints">awt.font.desktophints</A></th>
    68 <td>{@link java.util.Map java.util.Map}</td>
    71 <td>{@link java.util.Map java.util.Map}</td>
    69 <td>Font smoothing (text antialiasing) settings.</td>
    72 <td>Font smoothing (text antialiasing) settings.</td>
    70 </tr>
    73 </tr>
    71 <tr>
    74 <tr>
    72 <td><A href="#sun.awt.enableExtraMouseButtons">sun.awt.enableExtraMouseButtons</A></td>
    75 <th scope="row"><A href="#sun.awt.enableExtraMouseButtons">sun.awt.enableExtraMouseButtons</A></th>
    73 <td>{@link java.lang.Boolean java.lang.Boolean}</td>
    76 <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>
    77 <td>Controls if mouse events from extra buttons are to be generated or not</td>
    75 </tr>
    78 </tr>
       
    79 </tbody>
    76 </table>
    80 </table>
    77 
    81 
    78 <h2>Desktop Font Rendering Hints</h2>
    82 <h2>Desktop Font Rendering Hints</h2>
    79 <b>Desktop Property: <a id="awt.font.desktophints">"awt.font.desktophints"</A></b>
    83 <b>Desktop Property: <a id="awt.font.desktophints">"awt.font.desktophints"</A></b>
    80 <p>
    84 <p>