src/java.desktop/share/classes/java/awt/doc-files/FocusSpec.html
changeset 58595 fa9f28a0e175
parent 50358 1ba28f0dbc33
equal deleted inserted replaced
58594:2ddb4fc49ca6 58595:fa9f28a0e175
     3 <head>
     3 <head>
     4   <meta charset="utf-8"/>
     4   <meta charset="utf-8"/>
     5   <title>The AWT Focus Subsystem</title>
     5   <title>The AWT Focus Subsystem</title>
     6 </head>
     6 </head>
     7 <!--
     7 <!--
     8  Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
     8  Copyright (c) 2001, 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>The AWT Focus Subsystem</h1>
    35       <h1>The AWT Focus Subsystem</h1>
    35 
    36 
    36     <p>
    37     <p>
    37       Prior to Java 2 Standard Edition, JDK 1.4, the AWT focus subsystem
    38       Prior to Java 2 Standard Edition, JDK 1.4, the AWT focus subsystem
    38       was inadequate. It suffered from major design and API problems,
    39       was inadequate. It suffered from major design and API problems,
  1360           the top-most Window after the Z-order change.
  1361           the top-most Window after the Z-order change.
  1361       <li><code>requestFocus()</code> now allows cross-Window focus
  1362       <li><code>requestFocus()</code> now allows cross-Window focus
  1362           change requests in all cases. Previously, requests were granted
  1363           change requests in all cases. Previously, requests were granted
  1363           for heavyweights, but denied for lightweights.
  1364           for heavyweights, but denied for lightweights.
  1364     </ol>
  1365     </ol>
       
  1366   </div>
  1365   </main>
  1367   </main>
  1366 </body>
  1368 </body>
  1367 </html>
  1369 </html>