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