Inventory is not abstract and does not override abstract method
        Posted  
        
            by Dan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dan
        
        
        
        Published on 2010-05-25T05:13:46Z
        Indexed on 
            2010/05/25
            5:21 UTC
        
        
        Read the original article
        Hit count: 326
        
OK so my applet is not compiling and I Googled some answers and none worked. (Such as taking public out of public class)...
Here's my code: http://www.so.pastebin.com/MBjZGneg
Heere is my error:
C:\Users\Dan\Documents\DanJavaGen\Inventory.java:12: Inventory is not abstract and does not override abstract method keyReleased(java.awt.event.KeyEvent) in java.awt.event.KeyListener public class Inventory extends Applet implements KeyListener {
... help? :) please.
© Stack Overflow or respective owner