Package org.jamesii.gui.utils

Examples of org.jamesii.gui.utils.GradientPanel


    westBox.add(titleBox);
    westBox.add(subTitleBox);

    header =
        new GradientPanel(new BorderLayout(), Color.white, new Color(250, 250,
            250));
    header.setPreferredSize(new Dimension(10, 64));

    header.add(westBox, BorderLayout.LINE_START);
View Full Code Here

TOP

Related Classes of org.jamesii.gui.utils.GradientPanel

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.