Search:

Type: Posts; User: SomeDudeOnline

Search: Search took 0.07 seconds.

  1. Re: List that generates new item variables?

    I suppose I am getting a bit ahead of myself. I've learned that I'm more of a hands on person than I used to think though. I can study history and psychology and retain the knowledge and what not...
  2. Re: List that generates new item variables?

    I think I've sort of been introduced to OOP but don't fully understand it. I think one of the things you're suggesting is to have the user declare the class and the initial amount at the same time...
  3. Re: List that generates new item variables?

    Further Update:

    So after playing with the ArrayList a bit more I realized that it is doing what I want, kind of. The list only seems to exist while I run the program and once it stops the list is...
  4. Re: List that generates new item variables?

    Hi aussiemcgr thank you for your input. The examples of ArrayList I found online showed "items.add(Item);" as things that were manually entered. Will ArrayList create new items or do they need to be...
  5. List that generates new item variables?

    Hi all,

    I'm very very new to Java and am trying to create a simple inventory management system. My question may be answered somewhere else but I don't know what search terms to use. In trying to...
Results 1 to 5 of 5