Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    1,477

    Re: Objects as parameters, and implicit calling?i

    It depends on the method. Read the API doc for each class and method.
  2. Replies
    5
    Views
    1,477

    Re: Objects as parameters, and implicit calling?i

    From my last post:
    They are called by the jvm when the component needs to be repainted.

    Did you read the pages I gave links to?
  3. Replies
    5
    Views
    1,477

    Re: Objects as parameters, and implicit calling?i

    The paint() for AWT and paintComponent() for Swing are methods that you override to do custom painting.
    They are called by the jvm when the component needs to be repainted. See the tutorial about...
Results 1 to 3 of 3