FileDocCategorySizeDatePackage
TestSlideInNotification.javaAPI DocExample454Mon Jan 09 11:02:00 GMT 2006None

TestSlideInNotification

public class TestSlideInNotification extends Object

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

        Icon errorIcon = UIManager.getIcon ("OptionPane.errorIcon");
        JLabel label = new JLabel ("Your application asplode",
                                   errorIcon,
                                   SwingConstants.LEFT);
        SlideInNotification slider = new SlideInNotification (label);
        slider.showAt (450);