Search:

Type: Posts; User: Ravekitty

Search: Search took 0.08 seconds.

  1. Replacing text after a certain character or symbol in a text file

    Can anyone lead me to the right direction on how to do this:

    I want toreplace all text after a certain character or symbol

    Say a line in the text file contains ":"

    I want everything after...
  2. Replies
    1
    Views
    774

    Only one of a client

    I'm not sure how to word this but;

    How can I make it so a client can only open ONCE


    Like photoshop for example, you can't have 2 photoshop applications open at once
  3. Pausing an operation without freezing the entire client

    This is the code I have

    checkUser = false;
    loginMessage2 = "Error connecting to server.";
    try {
    Thread.sleep(5000);
    } catch (InterruptedException e) {
    e.printStackTrace();
    }...
  4. Re: Specifying the order & starting point of a queue

    Thanks :D
  5. Thread: Java Colors

    by Ravekitty
    Replies
    1
    Views
    1,101

    Java Colors

    Just a simple question, I was wondering why Java includes both Color.black and Color.BLACK


    There's 0 difference between the two, why is one all caps and the other is not

    Color (Java 2...
  6. Specifying the order & starting point of a queue

    I have a User Interface that handles a playlist, when you double click the song, it plays the song you selected, but after the song ends it starts at the first song in the directory ( I hope this...
Results 1 to 6 of 6