src/share/classes/java/awt/peer/FramePeer.java

Print this page

        

*** 123,128 **** --- 123,134 ---- */ // TODO: This is only used in EmbeddedFrame, and should probably be moved // into an EmbeddedFramePeer which would extend FramePeer Rectangle getBoundsPrivate(); + /** + * Requests the peer to emulate window activation. + * + * @param activate activate or deactivate the window + */ + void emulateActivation(boolean activate); }