Package org.spoutcraft.launcher.skin.components

Examples of org.spoutcraft.launcher.skin.components.LiteButton


    remember.setBorder(null);
    remember.setForeground(Color.WHITE);
    remember.addKeyListener(this);

    // Setup login button
    login = new LiteButton("Login");
    login.setBounds(FRAME_WIDTH / 2 + 5, 397 + yShift, 85, 24);
    login.setFont(minecraft);
    login.setActionCommand(LOGIN_ACTION);
    login.addActionListener(this);
    login.addKeyListener(this);
View Full Code Here

TOP

Related Classes of org.spoutcraft.launcher.skin.components.LiteButton

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.