Java JTable Column headers not showing
问题 Hi guys was hoping you could help me out here, my code (Logic-wise) is all good the only problem is that the column headers do not show up in the 2 tables (table and tableS, one for teacher and one for student details) how do i make them show? import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.*; public class Display { ArrayList<Student> stud1 = new ArrayList<Student>(); ArrayList<SubjectTeacher> sTeach1 = new ArrayList<SubjectTeacher>(); /