if (tile != null) {
String cmd = EditorModel.CMD_ACTIONS[ii];
String tip = EditorModel.TIP_ACTIONS[ii];
// create the button
JButton b = addButton(toolbar, cmd, tip, new TileIcon(tile));
// add it to the set of buttons we're managing
_buttons.add(b);
} else {