Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: Continuing to create an object with the press of a button.

    Okay. The counter variable is a static int as I described (also known as a "class variable"), but it isn't meant to limit the number of Student objects created. The number 50 was given as the...
  2. Re: Continuing to create an object with the press of a button.

    What you describe doesn't make sense.

    A static variable to track the number of times a form has been filled out would typically be a static int, something like "formsCompleteCounter," that is...
Results 1 to 2 of 2