// GUITreeComponent interface
 public void startSetup(Attributes atts) {
   super.startSetup(atts);
   addActionListener(this);
 }