Package net.sf.jiga.xtended.impl.system

Examples of net.sf.jiga.xtended.impl.system.Chrono


    public Fight(FieldGui gui) {
        super(gui, "Fight");
        /**
         * chrono is resized later
         */
        this.chrono = new Chrono();
        life = new JProgressMemory[FieldGui.NPLAYERS];
        bgSndStg = RandomComparator._getRandomInt(gui.getBgSndStg().first(), gui.getBgSndStg().last());
    }
View Full Code Here

TOP

Related Classes of net.sf.jiga.xtended.impl.system.Chrono

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.