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

Related Questions

I tried to create my own JTree Model so I can update the graphics
I have a simple Jython GUI that displays an XML file in a JTree.
Im trying to create a 'jsTree' treeview that gets it's data from a .Net
I create a Jtree in java, I would like to add 2 value to
I create a Jtree that all of its nodes have User object, I fill
I need a way to create a JTree from a list of Files. How
How I can implement dynamic Jtree, which shows created instances of clases? For example,
Create a flat text file in c++ around 50 - 100 MB with the
Create a file called Valid[File].txt and stick some text in it. Start powershell and
I'm trying out jstree, the jquery plugin to create a treeview. It works fine,

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.