You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2012/04/11 12:43:16 UTC

svn commit: r1324692 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java

Author: smartini
Date: Wed Apr 11 10:43:16 2012
New Revision: 1324692

URL: http://svn.apache.org/viewvc?rev=1324692&view=rev
Log:
add more info in javadoc for the open method (the general version of it)

Modified:
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java?rev=1324692&r1=1324691&r2=1324692&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/Window.java Wed Apr 11 10:43:16 2012
@@ -617,6 +617,8 @@ public class Window extends Container {
 
     /**
      * Opens the window.
+     * <p>
+     * Note that this method is not a synchronous call, it schedules an event to open the window.
      *
      * @param display
      * The display on which the window will be opened.