KeyDemo
Java NotesExample - KeyDemo
This program doesn't do anything useful....
@author Fred Swartz
@version 2004-05-06
*/
public class KeyDemo extends JFrame...);
window.setVisible(true);
}
}//endclass KeyDemo
A standard subclass of JFrame
Keyboard
is down.
Examples
Example - KeyDemo - Shows use of KeyListener