java - context menu navigation with arrow keys -


all,

i member of group maintain huge java application. in application there frame should respond arrow key events. frame should support right-mouse button click upon context menu should displayed.

so far , works intended. trouble starts when try navigate context menu arrow keys.

it looks keyboard focus not on context menu on frame , therefore when try hit up/down arrow keys - frame reacts , not context menu.

what best way deal situation? using latest java 1.8 here. possible give focus context menu?

thank pointers.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -