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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:04:32+00:00 2026-05-23T16:04:32+00:00

I have a main JFrame that is interactive, i.e. user sets different options. After

  • 0

I have a main JFrame that is interactive, i.e. user sets different options. After pressing a “run” button config file is create from user preferences and it is passed to next part of the program. Some calculations are done and the results are written to a file. Third part of the program reads the results file and summarizing them.

Then child JFrame is opened consisting of JTabbedPane with several JPanels. Each of the JPanels shows different JTables with the relevant info. The child JFrame has DISPOSE_ON_CLOSE method otherwise both JFrames are killed.

So the problems is that if user change some options, run the program again, the new child JFrame is not actually new – it shows only the info from first run. I’ve tried:

invalidate()
revalidate()
repaint()

Nothing helps. I don’t know where the problem is. I’m pretty sure that after changing options the new results file is read because it prints in the console.

May be other important thing is that the tables are created first and child JFrame is call latest.

  • 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-23T16:04:32+00:00Added an answer on May 23, 2026 at 4:04 pm

    Probably because somewhere in your code you have:

    table = new JTable(...);
    

    This does not add the table to the GUI. Instead of creating a new table you should refresh the data in the existing table by doing:

    TableModel model = ....
    table.setModel( model );
    

    This will cause the data to be repainted automatically. There is no need for invalidate(), revalidate() or repaint().

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

Sidebar

Related Questions

I have a main JFrame that calls a class(A) and that class calls another
I have a JFrame that accepts top-level drops of files. However after a drop
I have this main JFrame (call it DrinkChooser) that shows another complex confirmation JFrame
I have a main.java that has a button, when you press it, it calls
I have a JFrame that is the main class of the program. I want
I have a main array in the program that the user gives the index
I have a main table that I must get data from. I have a
I have a main TCL proc that sources tons of other tcl procs in
I have a main page that I want to be a sort of dispatch
This one's a tough one - I have a JFrame that generates JTextFields. When

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.