Search:

Type: Posts; User: Randor

Search: Search took 0.37 seconds.

  1. Replies
    2
    Views
    1,497

    [SOLVED] Re: error with equals in arraylist loop

    Found the issue, actually 2 of them...

    First off the error was actually coming because I was using a while(true) loop instead of a while(hasNextLine()) loop, and it was not doing the check because...
  2. Replies
    2
    Views
    1,497

    [SOLVED] error with equals in arraylist loop

    Hello,


    I have an arraylist:


    public static ArrayList<String> CurrentUsers = new ArrayList<>();
    This arraylist has the names of the current users in it I have done tests and they are in by...
  3. Replies
    1
    Views
    1,257

    [SOLVED] Re: PrintWriter out problem

    I FINALLY figured this out:

    I needed to just move thise code:

    Socket SOCK = SERVER.accept();

    System.out.println("Client Connected from : " +...
  4. Replies
    1
    Views
    1,257

    [SOLVED] PrintWriter out problem

    Hello all,

    I seem to be having a problem with printwriter, it sends to the server the first time but then i cannot get it to send anything else (particularly the disconnect function).


    import...
  5. Replies
    4
    Views
    1,543

    Re: Threads question

    Thank you very much...
  6. Replies
    4
    Views
    1,543

    Threads question

    Hello all,

    I am writing a program that will be multi-user and have implimented sockets, one of the things I will have the program do is scan the Arraylist of sockets and check to make sure they...
  7. Replies
    6
    Views
    1,644

    Re: A Background Image

    Well, I created the image with this:


    private static Image im = Toolkit.getDefaultToolkit().getImage("C:\\OtherStuff\\BingoBack.png");

    Then, what I THOUGHT I was trying to do was call to the...
  8. Replies
    6
    Views
    1,644

    Re: A Background Image

    MainWindow
  9. Replies
    6
    Views
    1,644

    A Background Image

    Hello,

    Trying to get my background image to show up but it is not, can anyone see what I may be doing wrong? The image is in the right spot and all is spelled correctly on the path and image.

    ...
  10. Replies
    0
    Views
    1,090

    Getting collision correct..

    Hello all,

    I am writing a simple game and so far I have 2 files, a Main file and a Dog file <-- please do not ask why dog, it was the first thing that came to my head.

    anyway, here are the...
  11. Thread: ummm... hi..

    by Randor
    Replies
    1
    Views
    853

    ummm... hi..

    Yeap, always feel like im standing on a podium when filling out these. Anyway, Hello.. blah blah blah.. Bob.. blah blah blah.. love computer programming.. blah blah blah self taught..

    Well I hope...
Results 1 to 11 of 11