Hi I wrote class that can clone java objects but when it clone JTable it get error something like this java.io.NotSerializableException: sun.swing.table.DefaultTableCellHeaderRenderer$EmptyIcon This is my clone class
This is the class i use Clone class to clone JTable