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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:36:14+00:00 2026-05-11T15:36:14+00:00

I create a JTree and model for it out in a class separate to

  • 0

I create a JTree and model for it out in a class separate to the GUI class. The data for the JTree is extracted from a file.

Now in the GUI class the user can add files from the file system to an AWT list. After the user clicks on a file in the list I want the JTree to update. The variable name for the JTree is schemaTree.

I have the following code for the when an item in the list is selected:

private void schemaListItemStateChanged(java.awt.event.ItemEvent evt) {         int selection = schemaList.getSelectedIndex();         File selectedFile = schemas.get(selection);         long fileSize = selectedFile.length();         fileInfoLabel.setText('Size: ' + fileSize + ' bytes');          schemaParser = new XSDParser(selectedFile.getAbsolutePath());          TreeModel model = schemaParser.generateTreeModel();         schemaTree.setModel(model); } 

I’ve updated the code to correspond to the accepted answer. The JTree now updates correctly based on which file I select in the list.

  • 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. 2026-05-11T15:36:15+00:00Added an answer on May 11, 2026 at 3:36 pm

    I not sure that I’m understanding your question, but I’ll try…

    The right thing to do should be, IMHO:

    • get the file
    • create a new TreeModel from your file
    • give the model to the JTree

    In pseudocode, it would look like that:

    File newContent = getSelectedByUser(...); TreeModel newModel = new MyFileBasedTreeModel(newContent); //this next part must be done in the EventDispatcherThread myTree.setModel(newModel);  

    then the JTree would be updated, without any call to repaint, etc.

    Hope it helps

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

Sidebar

Ask A Question

Stats

  • Questions 118k
  • Answers 118k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer PKCS#5-padding and PKCS#7-padding are different names for the same algorithm.… May 11, 2026 at 11:38 pm
  • Editorial Team
    Editorial Team added an answer You can use RegMon to find the program that keeps… May 11, 2026 at 11:38 pm
  • Editorial Team
    Editorial Team added an answer this might be helpful, though i've never used it before… May 11, 2026 at 11:38 pm

Related Questions

I have a JTree implementation for directories in the file system. The problem I
I create a new Button object but did not specify the command option upon
I create a web application (WAR) and deploy it on Tomcat. In the webapp
I create a GUID (as a string) and get the hash of it. Can

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.