jackiejoe 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.
Those are for the visual web designer do not apply to JTable.
See this tutorial on using JTable: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
I don't think you can "make netbeans do it". I think you have to take Ezzaral's advice and learn how to do it by coding it yourself in the source code under the source button for netbeans. Which basically amounts to a loop that goes through the table indexes and sets the items there to whatever is in your array.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.