src/share/classes/sun/awt/AWTAccessor.java

Print this page

        

*** 151,160 **** --- 151,164 ---- /** Request to recalculate the new position of the security warning for * the given window size/location as reported by the native system. */ Point2D calculateSecurityWarningPosition(Window window, double x, double y, double w, double h); + /** + * Indicates whether the window has been packed via pack(). + */ + boolean isPacked(Window window); } /* * An accessor for the AWTEvent class. */