if i require keys to activate buttons and methods etc without using the mouse, do i need a keyboard focus? isnt is as easy as just saying...
public void keyPressed(KeyEvent e) {
if (e.getKeyCode() == KeyEvent.VK_DOWN) {
adjustLayout();
}
Obviously not cos its not working lol! any help guys?![]()


Reply With Quote


Bookmarks