JTable Updating
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
hi ranches,
i developed a program to display the files in selected directories or folders using jtree and jtable..
i have a jdialog which gets the folder from the user..
i have no problem while choosing the folder for first time..
but when i again choose another folder the new files get append with the last displayed files...
i have tried lots of methods to refresh the jtable when the user selects the open dialog ..........
here is my code:
// this is for opening the jdialog:
//this s for showing the files list in jtable and jtree
code for jtree
my own table model code
need help...
thanks
i developed a program to display the files in selected directories or folders using jtree and jtable..
i have a jdialog which gets the folder from the user..
i have no problem while choosing the folder for first time..
but when i again choose another folder the new files get append with the last displayed files...
i have tried lots of methods to refresh the jtable when the user selects the open dialog ..........
here is my code:
// this is for opening the jdialog:
//this s for showing the files list in jtable and jtree
code for jtree
my own table model code
need help...
thanks
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
> need help...
> thanks
if you really want help, you'd post something we can copy/paste/compile/run and see what you see.
if you just want us to read your snippets, well, I'd prefer to go to the library
> thanks
if you really want help, you'd post something we can copy/paste/compile/run and see what you see.
if you just want us to read your snippets, well, I'd prefer to go to the library
Maya Naga
Ranch Hand
Posts: 79
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
this time i will enter my entire data
problem am getting is when we choose new directory or folder, the files in selected folder get append with the jtable value ...
i have tried few methods to do it such as fireTableDataChanged etc. but nothing happened..
what i should do to refresh jtable every time while user chooses new folder/directory?...
thanks..
problem am getting is when we choose new directory or folder, the files in selected folder get append with the jtable value ...
i have tried few methods to do it such as fireTableDataChanged etc. but nothing happened..
what i should do to refresh jtable every time while user chooses new folder/directory?...
thanks..
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
We don't want full code files, we want SSCCEs.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
posted 15 years ago
Create a new instance of your table model, put your data into it, and call the JTable's setModel method.
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Ambika Nagalakshmi wrote:what i should do to refresh jtable every time while user chooses new folder/directory?
Create a new instance of your table model, put your data into it, and call the JTable's setModel method.
| I would challenge you to a battle of wits, but I see you are unarmed - shakespear. Unarmed tiny ad: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |









