src/java.desktop/share/classes/java/awt/Desktop.java
changeset 48715 4b62b815b4f4
parent 47497 328167c4ef32
child 50835 aaf263fe7eba
equal deleted inserted replaced
48714:edd2ac895ae1 48715:4b62b815b4f4
    81  *
    81  *
    82  * <p> Note: when some action is invoked and the associated
    82  * <p> Note: when some action is invoked and the associated
    83  * application is executed, it will be executed on the same system as
    83  * application is executed, it will be executed on the same system as
    84  * the one on which the Java application was launched.
    84  * the one on which the Java application was launched.
    85  *
    85  *
       
    86  * <p> Note: the methods in the {@code Desktop} class may require
       
    87  * platform-dependent permissions in addition to those described in the
       
    88  * specification.
       
    89  *
    86  * @see Action
    90  * @see Action
    87  *
    91  *
    88  * @since 1.6
    92  * @since 1.6
    89  * @author Armin Chen
    93  * @author Armin Chen
    90  * @author George Zhang
    94  * @author George Zhang