jdk/src/java.desktop/share/classes/java/awt/Toolkit.java
changeset 38388 84ab1f133f16
parent 36511 9d0388c6b336
child 38396 29de73c166ce
equal deleted inserted replaced
38387:ea8cc6a2fef2 38388:84ab1f133f16
    87  *
    87  *
    88  * <li>Moving the focus from one component to another.
    88  * <li>Moving the focus from one component to another.
    89  * <br>For more information, see
    89  * <br>For more information, see
    90  * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#transferTiming">Timing
    90  * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#transferTiming">Timing
    91  * Focus Transfers</a>, a section in
    91  * Focus Transfers</a>, a section in
    92  * <a href="http://java.sun.com/docs/books/tutorial/uiswing/">The Swing
    92  * <a href="http://docs.oracle.com/javase/tutorial/uiswing/">The Swing
    93  * Tutorial</a>.
    93  * Tutorial</a>.
    94  *
    94  *
    95  * <li>Making a top-level container visible.
    95  * <li>Making a top-level container visible.
    96  * <br>Calling {@code setVisible(true)} on a {@code Window},
    96  * <br>Calling {@code setVisible(true)} on a {@code Window},
    97  *     {@code Frame} or {@code Dialog} may occur
    97  *     {@code Frame} or {@code Dialog} may occur