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
Post a Comment