Search:

Type: Posts; User: VikingCoder

Search: Search took 0.10 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...
  4. Swing GUI: Using buttons from a different classfile in ActionListener

    Hello,

    I'm testing out buttons and GUI, and I'm trying to figure out how to have my actionListener take buttons from a different file, if at all possible

    my current code


    package...
  5. Re: Newbie, treating two inputs in a method and returning them?

    Ok, thank you, I'll look into it
  6. Newbie, treating two inputs in a method and returning them?

    Hey guys,

    New to programming, messing around with it, wanted to write a download calculator program

    my problem is dealing with returning the user input for download speed and filesize - can it...
  7. [SOLVED] Re: Newbie, why is my program printing output twice?

    Thank you very much! Changed the while to this:


    while(!userinput.equals(password));

    now it works just fine :3
  8. [SOLVED] Newbie, why is my program printing output twice?

    hey guys, recently opened a java book and started coding, it was fun

    having problem with this password checker that i tried my hand at

    it prints output twice


    import java.util.*;

    public...
Results 1 to 8 of 8