Package java.awt.peer Previous
Previous
Java API
Java API
Index
Index
Next
Next

Interface WindowPeer

Methods

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();	
}


Methods


toBack

public abstract void toBack() 

Sends this window to the back.


toFront

public abstract void toFront() 

Brings this window to the front.



© 1996 Sun Microsystems, Inc. All rights reserved.