I've looked at previous questions and I haven't understood. Im a noobie trying to understand how to read a csv file for example file.csv
"coordX","coordY","gender","age"
100,20,"M",19
into a JTable. Can someone show me how to create a JTable and add this data into it?