Packages  This Package  Prev  Next  Index  

§3.22 Interface WindowPeer

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  (II-§3.7)
{
        // Methods
    public abstract void toBack();	§3.22.1
    public abstract void toFront();	§3.22.2
}

Methods

toBack

public abstract void toBack()
Sends this window to the back.

toFront

public abstract void toFront()
Brings this window to the front.


Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com