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