Search:

Type: Posts; User: Endian

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    4,160

    Re: Idle thread in multithreading program.

    Look, I have a 'main' thread that is constantly checking for connections. When a new connection is found and the connection has taken off the login protocol it the main thread sends the player's name...
  2. Replies
    5
    Views
    4,160

    Re: Idle thread in multithreading program.

    Yeah, I know that method, but I get a IlligalMonitorStateException, could this happen because of the singleton pattern?
    And with idle I mean a thread that does nothing but still runs.
  3. Replies
    5
    Views
    4,160

    Idle thread in multithreading socket program.

    Okay, so basically I am making a server. That has a structure like this:

    - A thread that accepts connections.
    - A thread that logs a player in. (It's a game)
    - And a thread that connects to a...
  4. Replies
    4
    Views
    2,481

    Re: Unhashing possible?

    Thanks all! That really helped.
  5. Replies
    4
    Views
    2,481

    Unhashing possible?

    Alright guys, I want to unhash some names. But I need code to unhash it, I'm NOT begging you for giving me that code, I just want to know if it is possible to unhash this. I would have no idea how,...
  6. Replies
    4
    Views
    1,204

    Re: Is there a class to...

    Yes that's exactly what I mean. I don't mean on any Component but anywhere, anytime on the screen.

    I'm making a programm which records your mouse movements and clicks. I currently have the mouse...
  7. Replies
    4
    Views
    1,204

    Is there a class to...

    Is there a class which sees if you are clicking right now? I don't mean mouse events, but some sort of event which sees if you click somewhere on the screen.

    Thanks.
  8. [SOLVED] Re: Storing instances of a Sub Class in it's Super Class (Which is an array)

    Here you go. I cleaned it up a lot. This should work


    package simon;

    import java.util.ArrayList;

    public class ClassWordList {

    public static void main(String[] args) {
Results 1 to 8 of 8