Package com.alee.extended.label

Examples of com.alee.extended.label.WebStepLabel


    @Override
    public Component getPreview ( WebLookAndFeelDemo owner )
    {
        // First step
        WebStepLabel sl = new WebStepLabel ( "1" );

        // Second step
        WebStepLabel s2 = new WebStepLabel ( "2" );

        // Third and selected step
        WebStepLabel s3 = new WebStepLabel ( "3" );
        s3.setSelected ( true );

        return new GroupPanel ( 4, sl, s2, s3 );
    }
View Full Code Here

TOP

Related Classes of com.alee.extended.label.WebStepLabel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.