Search:

Type: Posts; User: pawan4angel

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    leave it, I solved that problem at my own...............thanks for trying here..............
  2. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    I did not get it :(
  3. [SOLVED] How to pause thread using JButton

    I have updated my post again, I dont know how to go further..............
  4. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    I have updated my post..........
  5. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    <code>
    public class child_1 implements Runnable {
    Thread t;
    Main main;
    boolean Flag;

    child_1() {
    System.out.println("Child Thread 1: No Parameter");
    }
  6. [SOLVED] Re: Code is running in multi-threading but it is neither pausing nor resuming..........

    I have already attached the files in 1st post, the name of the files are child_1.txt and Main.txt ........
  7. [SOLVED] Code is running in multi-threading but it is neither pausing nor resuming..........

    I have created a JFrame here and you will also see JPanel and JLabel. I have also added two JButton "Pause" and "Resume" over there.

    What I am trying to do is to pause and resume a child thread...
Results 1 to 7 of 7