Hi All, I'm fairly new to the
Java World.
I have a dialog with buttons(which have mnemonics) and with a JList. When I attempt to invoke buttons via the mnemonics via the alt key the JList selection is changing as well.
I could probably handle key input in my JList class and detect if the Alt key is pressed however the my entire application is littered with dialogs with the same scenerio.
I would like to resolve this problem in one spot if possible. Could this be done using the UIManager?
Thanks in advance,
Rob.