I have a problem with my GUI. I use WatchService
and it works well. How can I add this service so that JTable
will show a new file?
Maybe there is another solution? Can I ask you for some examples?
My table implements the AbstractTableModel
.
I have a problem with my GUI. I use WatchService
and it works well. How can I add this service so that JTable
will show a new file?
Maybe there is another solution? Can I ask you for some examples?
My table implements the AbstractTableModel
.
Copyright © 2021 Jogjafile Inc.
I resolved my problem with this, but now if i add new file my table is refreshed but they loose renderer view for jprogress bar and checkbox. I need help.
This resolve my problem, table is reloaded but view is not rendering.
If I remove above and adding (line below), view of my table is correct but only when I click in checkbox (table is reloaded).