static JButton tableDependButton(JTable tbl, JButton b) { tableDependButtons(tbl, ll(b)); ret b; } static JButton tableDependButton(JTable tbl, S text, O action) { ret tableDependButton(jbutton(text, action)); }