btn.addActionListener( new ActionListener(){
public void actionPerformed(ActionEvent e) {
settings();
}
});
band.addGalleryButton(btn, RibbonElementPriority.MEDIUM);
}
btnIconResourceUrl = getClass().getClassLoader().getResource(
ActivityLabel.getSVGIconPath(this.getClass(), "role_picker"));
if(btnIconResourceUrl != null) {