Package com.threerings.stage.util

Examples of com.threerings.stage.util.StageContext


        _mesgmgr = new MessageManager("rsrc.i18n");

        _frame = new ViewerFrame(gc);
        _framemgr = FrameManager.newInstance(_frame);

        StageContext ctx = new ContextImpl();
        _frame.init(ctx, new CharacterManager(_imgr, _crepo));

        // grab our argument
        _target = (args.length > 0) ? args[0] : null;
View Full Code Here

TOP

Related Classes of com.threerings.stage.util.StageContext

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.