Search:

Type: Posts; User: VikingCoder

Search: Search took 0.11 seconds.

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

    thanks for your help brother i got it with this

    new code:




    public static void printPlateSamling(){

    StringBuilder builder = new StringBuilder(platesamling.size());
  2. [SOLVED] Re: Printing an arraylist of objects in JoptionPane?

    Hah, well, since I didn't exactly know what I was doing I was hoping for a miracle.

    That's why I posted the question here. :) So, do you have a suggestion as to a way to print an arraylist of...
  3. [SOLVED] Printing an arraylist of objects in JoptionPane?

    Hello,

    I'm writing a program to store my record collection. I'm struggling with a nice way to output the whole collection, however

    relevant code, trying to use a stringbuilder:


    public...
Results 1 to 3 of 3