Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    4,353

    Re: Drawing to a JFrame From Other Classes

    Everything is passed by value. A copy of the address of an object is passed allowing a method to get to the object referenced by the "pointer" passed to it.
    There is no way to define an object as...
  2. Replies
    7
    Views
    4,353

    Re: Drawing to a JFrame From Other Classes

    Each Swing component has a paintComponent() method that will draw in the Graphcis space it occupies in the GUI.
    That method is called when the java program thinks the component's GUI need to be...
Results 1 to 2 of 2