/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package vars.annotation.ui.buttons.simple;
/**
*
* @author brian
*/
publicclass CrabButton extends QuickConceptButton {
public CrabButton() {
super("Crab", "/images/simple/crab.jpg");
}
}