I need help!
I'm developing an application in college that will use BubbleSort - yes! We had the misfortune to get this! - to sort some data within a table.
I created the table through a class that extended AbstractTableModel, however I can not get it to stay in the jPanel I created with Swing. Does anyone know how to solve it?
In this link is the project made in netbeans - the code is a bit messy. I hope you understand.
In the 'table' package are the table definition classes. In the 'screen' package is the RecordScreen class - which is the class in which I am trying to put the table. Based on it.
I appreciate the attention of those who can help.