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

  • SEARCH
  • Home
  • 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 7434385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:49:49+00:00 2026-05-29T09:49:49+00:00

I have a problem trying to stop a process during execution. My process consists

  • 0

I have a problem trying to stop a process during execution.
My process consists of a csv parser. My intention was to create a start button that will run the csv parser, and a stop the button to halt the csv parser. I used a function system.exit(), the whole program closes. What I want to do is just to interrupt the csv function. When I use the thread.sleep(), the stop button hangs there and there’s no way to press the start button. Many thanks!

private void stopActionPerformed(java.awt.event.ActionEvent evt) {                                         
st = 0;
if (st = 0)
{ }



}                                        

private void startActionPerformed(java.awt.event.ActionEvent evt) {                                      
st =1;
if (st = 1){
Start1 test = new Start1();
test.sbutton();}
  • 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-05-29T09:49:50+00:00Added an answer on May 29, 2026 at 9:49 am

    Use Thread.sleep(Time)
    But remember to run your csv parser in a separate Thread. If you are having only one thread then your entire application hangs.
    For example:

    class ParserStarter implements Runnable{
        void someMethodWhereYouStartParser(){
           Thread t=new Thread(this);
           t.start();
        }
        public void run(){
            CSVParser cp=new CSVParser();
        }
    }
    class CSVParser{
      //here you can write your start/stop logic using Thread.sleep();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem that I have been trying to find a solution for
I have a problem when trying to execute this update statement (below) using C#
Hey all, i have a problem with trying to get 2 forms to close
I have a problem I'm trying to solve involving interfaceing a C++ program with
I have run into a problem trying to modify a form I myself have
Ok I have this problem I'm trying to use Jquery to load a partial
Greetings, I have problem with errorPlacement, I'm trying to place the error message next
I have a problem when I'm trying to delete an image file. I always
I have this problem I've been trying to tackle for a while. I have
I have big problem when I am trying to deploy my app over clickonce.

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.