How to change the image by click keyboard arrows?

Posted by Nitz on Stack Overflow See other posts from Stack Overflow or by Nitz
Published on 2010-05-17T06:09:07Z Indexed on 2010/05/17 6:10 UTC
Read the original article Hit count: 207

Filed under:
|
|

Hey Guys,

I have made one project in java. Now in this particular module, i am showing the user , so i am showing them a stock inventory.

Now for doing this.

As you will see in the screen shot [ i have put screenshot so you can understand well ].
To show the images , i have made one table and i have put labels in that and then i am setting the icon at the label.

Now as soon as user click on the any image, then that image i put on big label.
But this works perfect on mouse click but client want that , if user navigate the by keyboard arrow keys then in same should be happen.

Means : User navigate by key board then it should reflect on that table [user should know that which is currently seleted ] and then as soon as the user navigate by key board arrow events and then click enter then that image should reflect on big label.

Here is the Link for that screenshot.

© Stack Overflow or respective owner

Related posts about java

Related posts about jtable