Package transientlibs.preui.objects.gui.overlays

Examples of transientlibs.preui.objects.gui.overlays.StoryAgentOverlay


    public StoryAgentOverlay ui;

    public StoryAgent(IState setState, String guiName) {
        state = setState;

        ui = new StoryAgentOverlay();
        ui.init(setState);

        textBox = ui.textBox;
        actionButtons = ui.buttons;
        background = ui.back;
View Full Code Here

TOP

Related Classes of transientlibs.preui.objects.gui.overlays.StoryAgentOverlay

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.