Package org.andrewberman.ui

Examples of org.andrewberman.ui.Color.brighter()


     */
    menuBackground = new Color(245, 245, 255);
    stateColors = new Color[4];
    Color baseState = new Color(220, 230, 255);
    stateColors[MenuItem.UP] = baseState;
    stateColors[MenuItem.OVER] = baseState.brighter(20);
    stateColors[MenuItem.DOWN] = baseState.darker(20);
    stateColors[MenuItem.DISABLED] = baseState.darker(45);
    menuGradLo = new Color(245, 245, 255);
    menuGradHi = new Color(190, 210, 245);
    /*
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.