FileDocCategorySizeDatePackage
vlabels.javaAPI DocExample850Mon Mar 24 02:03:00 GMT 1997None

vlabels

public class vlabels extends Applet

Fields Summary
Constructors Summary
Methods Summary
public voidinit()

        setLayout (new BorderLayout (10, 10));
        setFont (new Font ("TimesRoman", Font.BOLD, 12));
        add (new VerticalLabel ("One", 10, VerticalLabel.LEFT), "North");
        add (new VerticalLabel ("Two", 10, VerticalLabel.RIGHT), "South");
        add (new VerticalLabel ("Three"), "West");
        add (new VerticalLabel ("Four"), "East");
        add (new VerticalLabel ("Five"), "Center");
//        resize (preferredSize());