// text = text to display as description of the action static JTable tableDefaultAction(JTable table, S text, O runnable) { Runnable r = rThread(runnable); onDoubleClickOrEnter(table, r); tablePopupMenuItem_top(table, text, r); ret table; }