Search:

Type: Posts; User: Mr.777

Search: Search took 0.08 seconds.

  1. Replies
    23
    Views
    2,830

    Re: Compress my Code!

    Good Luck and marks this thread as SOLVED.
  2. Replies
    23
    Views
    2,830

    Re: Compress my Code!

    public void actionPerformed(ActionEvent event){
    }
    public void mouseClicked(MouseEvent event){
    }
  3. Replies
    23
    Views
    2,830

    Re: Compress my Code!

    In your code, compiler is unable to find the abstract method actionPerformed(...) for ActionListener interface as it's nested inside the mouseClicked(...)
    Implement mouseClicked(...) and...
  4. Replies
    23
    Views
    2,830

    Re: Compress my Code!

    If possible, paste the whole code here so that we could see the scope. Otherwise, paste the exception/error message here.
Results 1 to 4 of 4