Search:

Type: Posts; User: Deprogrammer

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    3,889

    Re: actionPerformed method

    Is it possible to just delete this thread? Unless, of course, there is some sort of use to be found in it...
  2. Replies
    3
    Views
    3,889

    Re: actionPerformed method

    I just fixed it by removing a "@Override" tag that had been above that method. I don't why it was even there, but now my program works. Thanks again.
  3. Replies
    3
    Views
    3,889

    actionPerformed method

    In a program I am working on of the class named TextEditor I have the following method:

    public void actionPerformed(ActionEvent event)

    Even before compiling it shows the following errors:
    ...
Results 1 to 3 of 3