I'd like to ask how to make new JTable
s when button clicked (actionPerformed
)?
I'd like to add several JTable
s in that way .
use DefaultTableModel for JTable
then there no reason to recreate
or remove then add
JComponents
all updates for JTable
and its Model
must be done on Event Dispatch Thread
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With