Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. Replies
    4
    Views
    1,703

    [SOLVED] Re: Creating a Listeners class

    Using static methods is a poor way to write OOP code. Use references to an instances of the class and have getter methods that return the field to be worked on.

    Classnames should start with an...
  2. Replies
    4
    Views
    1,703

    [SOLVED] Re: Creating a Listeners class

    Please explain what "to work" means.

    Note: btnClear and panel should not be coded as static.

    Why does Listeners extend Controls?
Results 1 to 2 of 2