Package net.sf.jiga.xtended.impl.game.editor

Examples of net.sf.jiga.xtended.impl.game.editor.ModelBrowser


        applet.setLayout(new BorderLayout());
        applet.add(sw_currentFile = new JLabel(currentFile == null ? "new Model *" : currentFile.getPath(), UIMessage._getIcon(UIMessage.MODEL_TYPE, false), SwingConstants.CENTER), BorderLayout.NORTH);
        // model panel
        applet.add(splitCfgNModel = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, true), BorderLayout.CENTER);
        modelPanelSp = new JScrollPane();
        modelPanel = new ModelBrowser(_playerActions, _defaultAction, character, SpritesChar.HIGH, modelPanelSp, sw_state = new JLabel("No state"));
        modelPanel.setOnRefreshAction(action_customize_fileMask);
        splitCfgNModel.setRightComponent(modelPanelSp);
        JXTaskPaneContainer XContainer = new JXTaskPaneContainer();
        // controller panel
        JXPanel controller = new JXPanel(true);
View Full Code Here

TOP

Related Classes of net.sf.jiga.xtended.impl.game.editor.ModelBrowser

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.