Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8936909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T10:19:02+00:00 2026-06-15T10:19:02+00:00

How do I exit my program from an actionlistener. I have two threads, thread1

  • 0

How do I exit my program from an actionlistener. I have two threads, thread1 and thread2. One thread is in actionlistener. but i want the other thread to exit this actionlistener and manage rest of the code.. How can I do it?

sendtkttgt.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {

        Thread thread1= new Thread(){
            public void run(){
                SendingLogictoTGT obj=new SendingLogictoTGT();
                try {
                    try {
                        obj.main(null);
                    } catch (InterruptedException ex) {
                    }
                } catch (IOException ex) {
                   //  System.exit(1);
                }

            }
        };

      /*Thread thread2= new Thread(){
            public void run(){              
           //I want to exit from this actionlistener 

            }
        };
      */

        thread1.start();

    }
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T10:19:03+00:00Added an answer on June 15, 2026 at 10:19 am

    interrupt() would be your best choice.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a GUI program with one Exit button. When clicking this button, it
I have seen some code do this: if(something){ echo 'exit from program'; die; }
Monitor.Enter and Monitor.Exit are designed to be called from the same thread. But, what
I got this program here and I combined the two classes into one for
I am writing an application program using swing. I need to exit from the
How does a thread knows when to exit? SITUATION: -while the main program must
This is sample program from Beginning Linux Programming book: #include <stdio.h> #include <term.h> #include
I want to execute a external .exe program from within java. The .exe is
In this code C i launch a program from the command line and when
Trying to run this little perl program from parsCit: parsCit-client.pl e1.txt Too late for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.