Package java.awt.peer |
![]() Previous |
![]() Java API |
![]() Index |
![]() Next |
The window peer interface specifies the methods that all implementations of Abstract Window Toolkit windows must define.
public interface java.awt.peer.WindowPeer extends java.awt.peer.ContainerPeer { // Methods public abstract void toBack(); public abstract void toFront(); }
public abstract void toBack()Sends this window to the back.
public abstract void toFront()Brings this window to the front.
© 1996 Sun Microsystems, Inc. All rights reserved.