Package com.threerings.micasa.client

Examples of com.threerings.micasa.client.OccupantList


        sidePanel.add(selector);

        // and an occupants list
        label = new JLabel("People in lobby");
        sidePanel.add(label, VGroupLayout.FIXED);
        _occupants = new OccupantList(ctx);
        sidePanel.add(_occupants);

        JButton logoff = new JButton("Logoff");
        logoff.addActionListener(Controller.DISPATCHER);
        logoff.setActionCommand("logoff");
View Full Code Here

TOP

Related Classes of com.threerings.micasa.client.OccupantList

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.