FileDocCategorySizeDatePackage
cornertexts.javaAPI DocExample814Mon Mar 24 02:04:02 GMT 1997None

cornertexts

public class cornertexts extends Applet

Fields Summary
Constructors Summary
Methods Summary
public voidinit()


        setLayout (new CornerLayout2());
        add (new Button ("Northwest"), "Northwest");
        add (new Button ("Northeast"), "Northeast");
        add (new Button ("Southwest"), "Southwest");
        add (new Button ("Southeast"), "Southeast");
        add (new Button ("Center"), "Center");
        resize(preferredSize());
        System.out.println (new CornerLayout2());