Good day to all! As I know, when creating a table, it is possible to overload to send a two-dimensional data array and one-dimensional with column names.
JTable table = new JTable(data,headlines); Is it possible to somehow return NEW table data to an array?