CrabButton.java :  » JPA » vars-redux » vars » annotation » ui » buttons » simple » Java Open Source

Java Open Source » JPA » vars redux 
vars redux » vars » annotation » ui » buttons » simple » CrabButton.java
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package vars.annotation.ui.buttons.simple;

/**
 *
 * @author brian
 */
public class CrabButton extends QuickConceptButton {

    public CrabButton() {
        super("Crab", "/images/simple/crab.jpg");
    }

    
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.