java.awt.peer
public interface WindowPeer extends ContainerPeer
Method Summary | |
---|---|
boolean | requestWindowFocus()
Request that this window peer be given the window focus.
|
void | toBack() |
void | toFront() |
void | updateAlwaysOnTop()
Update the always-on-top status of the Window.
|
Returns: true if the window received focus, false otherwise
Since: 1.5
Since: 1.5