src/macosx/classes/sun/lwawt/PlatformWindow.java

Print this page

        

@@ -106,10 +106,13 @@
      * Move the given part of the back buffer to the front buffer.
      */
     public void flip(int x1, int y1, int x2, int y2,
                      BufferCapabilities.FlipContents flipAction);
 
+    public void modallyBlocked();
+    public void modallyUnblocked();
+
     public void toFront();
 
     public void toBack();
 
     public void setMenuBar(MenuBar mb);