static O getSelectedTreeNode(JTree tree) { ret tree == null ? null : swingCall(tree, 'getLastSelectedPathComponent); }