I have a calculator class. I need this class to use both KeyListener and ActionListener.
At present, I only have the ActionListener like this:
But how can I use the KeyListener too?PHP Code:public class Calculator extends Applet implements ActionListener


Reply With Quote


Bookmarks