jdk/src/java.desktop/windows/classes/sun/awt/windows/WToolkit.java
changeset 28059 e576535359cc
parent 26353 b5e3b7fbf56d
child 29922 7b9c1e1532cf
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   181      */
   181      */
   182 
   182 
   183     /**
   183     /**
   184      * Initializes the Toolkit for use in an embedded environment.
   184      * Initializes the Toolkit for use in an embedded environment.
   185      *
   185      *
   186      * @return true if the the initialization succeeded; false if it failed.
   186      * @return true if the initialization succeeded; false if it failed.
   187      *         The function will fail if the Toolkit was already initialized.
   187      *         The function will fail if the Toolkit was already initialized.
   188      * @since 1.3
   188      * @since 1.3
   189      */
   189      */
   190     public static native boolean embeddedInit();
   190     public static native boolean embeddedInit();
   191 
   191