Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: Printing an arraylist of objects in JoptionPane?

    I would start out by simply printing out what you want to the command line using System.out.println(). What do you want to print out? What is the String representation of a VinylPlate?
  2. [SOLVED] Re: Printing an arraylist of objects in JoptionPane?

    The only thing you ever append to the StringBuilder is a bunch of new lines. What did you expect to happen?
Results 1 to 2 of 2