Java - Menu bar listeners

Опубликовано: 03 Май 2026
на канале: Dr. Andy Wicks
19,920
91

This video shows you how to add listeners to menus, menu items and key strokes. These can then be captured and coded in a similar way to buttons and drop-down menus. The program uses the ActionListener, MenuListener and KeyListener interfaces. It assumes that you have seen the video on how to create a menu system (   • Java - Creating a menu bar  ).