Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,001

    [SOLVED] Re: Need a little guidance on overall Java

    Think "type". The listener variable is of type: ActionListener. This means that regardless of what is assigned to the listener variable, only methods from the ActionListener class can be used. ...
  2. Replies
    9
    Views
    1,001

    [SOLVED] Re: Need a little guidance on overall Java

    What do you mean by forgetting method parameters? Are you using an IDE like Eclipse? If so, attach javadocs to your methods. When you are using Eclipse (or other IDEs like it), you are given...
Results 1 to 2 of 2