Search:

Type: Posts; User: Asido

Search: Search took 0.08 seconds.

  1. Thread: Thread to EDT

    by Asido
    Replies
    3
    Views
    4,125

    Re: Thread to EDT

    I have the bones of the program which uses a thread I wrote in the first post and the guy I am doing this for told me to consider running it in EDT instead. It is just a simple game. Everything what...
  2. Thread: Thread to EDT

    by Asido
    Replies
    3
    Views
    4,125

    Thread to EDT

    So I am having an issue with making a thread as EDT. This is the prototype of program I have:

    public class Program implements Runnable {
    public Program() {
    new Thread(this).start();
    }
    ...
Results 1 to 2 of 2