controlling the buttons functions in a page using keyboard itself
preethi Ayyappan
Ranch Hand
Joined: Oct 04, 2007
Posts: 518
posted
0
I am having 12 swing buttons in my page.I have to control all the buttons functions using f1 to f12 function keys using swing.is it possible to do?if so,pls help me how to do?
Originally posted by preethi Ayyappan: I am having 12 swing buttons in my page.I have to control all the buttons functions using f1 to f12 function keys using swing.is it possible to do?if so,pls help me how to do?
Take a look at setMnemonic and setAccelerator in the API docs