Search:

Type: Posts; User: remigio

Search: Search took 0.14 seconds.

  1. [SOLVED] Re: Need help with displaying items with my program

    no, no... You must store your elements from (for example) Book class in Arraylist. create ArrayList in your main class.
  2. [SOLVED] Re: Need help with displaying items with my program

    you need to save your Books and other class to some container. in your case ArrayList will be sufficient.
    For example : List<Book> myBooks = new ArrayList<Book>();
Results 1 to 2 of 2