Key Input

Create an applet that will take keyboard input and change the character in the main window to the value of the key hit (if it is a visible key).
  1. you must create a Java applet with a class that extends the Applet class that implements the KeyListner class.. (you must import the java.applet package).
  2. you should create your own methods that override others as needed for handling events (e.g. keyPressed()).


Change the symbol by typing in any character
Need Java Enabled Browser

Solution