static JButton treeDependentButton(JTree tree, S text, O action) {
  ret treeDependButton(tree, jbutton(text, action));
}