Examples of SwingGameConfigurator


Examples of com.threerings.parlor.game.client.SwingGameConfigurator

    @Override
    protected void createConfigInterface ()
    {
        super.createConfigInterface();

        SwingGameConfigurator gconf = (SwingGameConfigurator) _gameConfigurator;

        if (_playerSlider != null) {
            // TODO: proper translation
            gconf.addControl(new JLabel("Players:"), _playerSlider);
        }

        if (_privateCheck != null) {
            // TODO: proper translation
            gconf.addControl(new JLabel("Private:"), _privateCheck);
        }
    }
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.