Posts by Fellipe Paes • 26 points
1 post
-
1
votes1
answer801
viewsA: Jtable does not display column names
You must place your table in a Jscrollpane. JScrollPane scroll = new JScrollPane(tblEstatisticas); contentPane.add(scroll);
1 post
1
votes1
answer801
viewsYou must place your table in a Jscrollpane. JScrollPane scroll = new JScrollPane(tblEstatisticas); contentPane.add(scroll);