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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:26:42+00:00 2026-05-20T20:26:42+00:00

I have a JFrame and I have created an object to open it and

  • 0

I have a JFrame and I have created an object to open it and close it all around my project. This means I am using only one object for that JFrame.

When I call dispose() method to close that frame I expect it to be reset to a new JFrame on next setVisible(true) call. But i can still see the fields filled with value from the previous setVisible(true) call even after i called dispose() on closing it.

How do I flush the stored values from that frame so that I get a new form when i call setVisible(true)?

  • 1 1 Answer
  • 2 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-20T20:26:42+00:00Added an answer on May 20, 2026 at 8:26 pm

    Try adding a WindowListener:

    frame.addWindowListener(new WindowAdapter() {
        public void windowClosed(WindowEvent e) {
             MyJFrame frame = (MyJFrame) e.getSource();
             frame.someTextField.setText("");
             ...
        }
    });
    

    This isn’t tested but should be close enough to get you started.

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

Sidebar

Related Questions

I have created a jframe using net beans and add combo box to that.
I created a window using the design panel in JFrame, it didn't have any
I am using swing to create my GUI. J have a JFrame containing one
I've created a frame with a 3x3 grid of buttons using this code... JFrame
I have created jframe in which jpanels are added dynamically what i can't do
I have created 2 classes as follows... public class A extends JFrame { public
I have a program that creates a JFrame and makes it visible. Is there
I have a JFrame with null layout and two one character JLabels on the
I have a JFrame and I open a JDialog from it and another JDialog
I have 3 objects that extend JFrame let's call them FrameA FrameB FrameC .

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.