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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:41:23+00:00 2026-05-18T12:41:23+00:00

I just came across this in some code, and I’m rather confused. timer =

  • 0

I just came across this in some code, and I’m rather confused.

 timer = new Timer(-10, new
         ActionListener()
         {
            //Do some stuff
         });

What is the significance of a negative (or zero) delay in a swing Timer object? According to the API, the first event is fired immediately, but what is the difference between, say, -10 and negative -100? In my code, they seem to function differently, but I can’t quite pin down what it changes about the Timer object.

  • 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-18T12:41:24+00:00Added an answer on May 18, 2026 at 12:41 pm

    The javadoc says: “If delay is less than or equal to zero, the timer fires as soon as it is started.”.

    So the answer is that there should be no difference. The apparent difference you are seeing is probably just a consequence of non-determinacy in your application and / or the runtime system.

    FOLLOWUP

    So then is each subsequent event fired immediately after the one before it as well, with any apparent ‘delay’ just the product of the system?

    The delay is probably just because of thread switch non-determinacy, and the fact that the Swing Timer uses one thread for executing the event listeners for all timers.

    You should probably read the javadocs for java.swing.Timer and java.util.Timer as well as the additional documentation that they link to.

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

Sidebar

Related Questions

I'm new to C programming and I just came across this program and got
I came across this code in some existing codebase: double rad = ComputeCurviness(); double
Some old code that I just came across: MLIST * new_mlist_link() { MLIST *new_link
I was looking at some PETSc example code, and I came across this snippet:
I was just looking at some example code and came across a line, I
I was just digging through some JavaScript code (Raphaël.js) and came across the following
I came across this code just few minutes back here in Stack Overflow. I
Watching some code found on internet I came across this piece of code: int
Possible Duplicate: curly braces in string Just came across this piece of code and
I recently came across some code like this: parent && parent.removeChild(this); Which takes 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.