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 6594837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:51:44+00:00 2026-05-25T17:51:44+00:00

I haven’t used java in awhile and I am trying to do something like

  • 0

I haven’t used java in awhile and I am trying to do something like this in one main class:

// do stuff
this.label.setText("Status: IDLE");
// do things
this.label.setText("Status: LOADING..."); // set to loading right before file read
// read and parse huge file
this.label.setText("Status: DONE");

I want the label to show ‘loading…’ as the large file read is being executed but the label never freezes (as the job is being ran). How can I force the label to change during read? Do I need to use separate class/thread? Thanks in advance for your help.

  • 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-25T17:51:44+00:00Added an answer on May 25, 2026 at 5:51 pm

    How can I force the label to change during read? Do I need to use
    separate class/thread?

    Yes, you are right. The label and the class that is changing it’s value should be in different threads.

    Have a look at SwingUtilities invokeLater:

    Runnable newThread = new Runnable() {
         public void run() {
         }
     };
    

    You can create a thread this way showed above.

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

Sidebar

Related Questions

Haven't found in docs. Does java ResultSet supports query arguments,like jdbcTemplate? For example, something
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I haven't used the implements keyword before, and I've been trying to use it
Actually haven't found the answer for this one. What for and why do i
Haven't used C++ in a while. I've been depending on my Java compiler to
I haven't used WPF that much so the solution to this is probably pretty
Haven't seen this feature anywhere else. I know that the 32nd bit is used
Haven't fired up reflector to look at the difference but would one expect to
Haven't done ASP.NET development since VS 2003, so I'd like to save some time
Haven't seen many Geneva related questions yet, I have posted this question in the

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.