Hi there Im facing problem of setting headers of jTable component
my code looks like
but it only shows the contents of rows not headersCode:String[] columnNames = {"First Name",
"Last Name",
"Nick Name"}
Object[][] data = {"Arshad","Soomro","Ali"},
{"Asad","Soomro","Ali"}
help me in this case...!
