Warning: session_start(): open(/var/lib/php/sessions/sess_g52ohisgdu6db7v7mq8fkie8hc, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static void treePopupMenu(final JTree tree, final VF2 fillMenu) {
componentPopupMenu2(tree, voidfunc(JTree tree, JPopupMenu menu) {
MouseEvent evt = componentPopupMenu_getEvent();
TreePath path = tree.getPathForLocation(evt.getX(), evt.getY());
if (path == null) ret;
DefaultMutableTreeNode node = cast path.getLastPathComponent();
tree.setSelectionPath(path);
A a = cast node.getUserObject();
callF(fillMenu, menu, a);
});
}