Table header is not shown
- by Vivien
My error is that the table headers of my two tables are not shown. Right now I am setting the header with new JTable(data, columnNames).
Here is an example which shows, my problem:
public class Test extends JFrame {
private static final long serialVersionUID = -4682396888922360841L;
private JMenuBar menuBar;
private JMenu mAbout;
…