Search:

Type: Posts; User: MW130

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,478

    Re: Objects as parameters, and implicit calling?i

    Oh, ok. Does this only apply to the paint method though? For all others you have to explicitly call them in the main method? Thanks Norm, and i read a part
  2. Replies
    5
    Views
    1,478

    Re: Objects as parameters, and implicit calling?i

    Hi Norm. I know what constructors are, and realize that doing new Carz() is just calling the constructor. What I don't get is how paint method is executed without being called. Thank you.
  3. Replies
    5
    Views
    1,478

    Objects as parameters, and implicit calling?i

    Hey guys! I had a question on two things. First, can you explain the parameters part of public void paint(Graphics g){} ? I don't understand graphics g? Is it an object? It doesn't have an instance...
Results 1 to 3 of 3