add keybindings to a JList ?

From: Abs (abs_at_terra.com)
Date: 05/08/04


Date: Sat, 08 May 2004 17:18:08 +0200

Hi!

   Is possible to add a key binding to a JList ? I want to
be able to delete selected list items with the DEL key. Similarly,
can I add a key binding to a JFrame to change its state ? I
want to change the fullscreen state of a frame with the
F11 key. Are KeyListeners suitable for these tasks ?

Thanks in advance