Package com.google.code.timetrail.presenter

Examples of com.google.code.timetrail.presenter.SkillFrameBackend


    private SkillFrameBackend skillBackend;

    public SkillFrame(Control gameControl, JPanel cd){
        myGameControl = gameControl;
        myCD = cd;
        skillBackend = new SkillFrameBackend(myGameControl);
        final int MIN_SKILL_LEVEL = skillBackend.getMinSkillLevel();
        final int MAX_SKILL_LEVEL = skillBackend.getMaxSkillLevel();
        setLayout(null);
       
        JLabel swimSkillLabel = new JLabel(skillBackend.getSwimLabel());
View Full Code Here

TOP

Related Classes of com.google.code.timetrail.presenter.SkillFrameBackend

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.