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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:48:34+00:00 2026-05-16T06:48:34+00:00

Why if I create a JFrame then the program still runs until (i.e) I

  • 0

Why if I create a JFrame then the program still runs until (i.e) I close it with the small “exit button” of the window?

I looked for this answer and I failed. The only thing I guessed is that when I do new JFrame() it’s like an special new, that keeps a reference of the object in the EDT, so it will always be referenced (even if was an anonymous “new”) and it’s not going to be deleted by the garbage collector. Then as soon as the event of windows close is triggered, the object is dereferenced and destroyed.

  • 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-16T06:48:34+00:00Added an answer on May 16, 2026 at 6:48 am

    Try, yourFrame.setCloseOperation(JFrame.EXIT_ON_CLOSE).

    The reason it keeps running is that the so called event dispatch thread keeps running in the background, and as long as you have non-daemon threads running, the application will not terminate. From the docs of thread:

    When a Java Virtual Machine starts up, there is usually a single non-daemon thread (which typically calls the method named main of some designated class). The Java Virtual Machine continues to execute threads until either of the following occurs:

    • The exit method of class Runtime has been called and the security manager has permitted the exit operation to take place.
    • All threads that are not daemon threads have died, either by returning from the call to the run method or by throwing an exception that propagates beyond the run method.

    It’s not the creation of the JFrame that kicks off the “gui-thread”. This thread is started when the frame becomes visible and it possibly needs to dispatch events.

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

Sidebar

Related Questions

I want to create a JToolBar without adding it into any JFrame window. If
When you create a GUI element such as a JFrame like this new JFrame();
Ok, just listen to me before you close this thread or answer somethin completely
I am using swing to create my GUI. J have a JFrame containing one
I have a program that creates a JFrame and makes it visible. Is there
When the program starts, a new JFrame is created. Once the user clicks the
I created a window using the design panel in JFrame, it didn't have any
I have a dynamic application that need to create a window interface with checkbox.
I have a class which extends JFrame and forms the GUI of my program.
Hi I have a small problem. I have a JFrame with a JComponent I

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.