Пример #1
0
 public void registerKeyboardAction(ActionListener act, KeyStroke key, int when) {
   table.registerKeyboardAction(act, key, when);
 }