< prev index next >

src/java.desktop/share/classes/java/awt/doc-files/FocusSpec.html

Print this page

        

*** 3,13 **** <head> <meta charset="utf-8"/> <title>The AWT Focus Subsystem</title> </head> <!-- ! Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this --- 3,13 ---- <head> <meta charset="utf-8"/> <title>The AWT Focus Subsystem</title> </head> <!-- ! Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this
*** 29,38 **** --- 29,39 ---- questions. --> <body> <main role="main"> + <div class="contentContainer"> <h1>The AWT Focus Subsystem</h1> <p> Prior to Java 2 Standard Edition, JDK 1.4, the AWT focus subsystem was inadequate. It suffered from major design and API problems,
*** 1360,1367 **** --- 1361,1369 ---- the top-most Window after the Z-order change. <li><code>requestFocus()</code> now allows cross-Window focus change requests in all cases. Previously, requests were granted for heavyweights, but denied for lightweights. </ol> + </div> </main> </body> </html>
< prev index next >