Package net.ftb.data

Examples of net.ftb.data.LauncherStyle


import net.ftb.data.LauncherStyle;

public class StyleUtil {
    public static void loadUiStyles () {
        LauncherStyle style = LauncherStyle.getCurrentStyle();
        UIManager.put("control", style.control);
        UIManager.put("text", style.text);
        UIManager.put("nimbusBase", style.nimbusBase);
        UIManager.put("nimbusFocus", style.nimbusFocus);
        UIManager.put("nimbusBorder", style.nimbusBorder);
View Full Code Here

TOP

Related Classes of net.ftb.data.LauncherStyle

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.