public JalMenuItem(JalAction action) {
   this(action.getName());
   action.addListener(this);
   this.action = action;
   action.listenTo(this);
 }