tags:

views:

33

answers:

2

HI, I am new to programing world. I want to know how to generate dynamic table using java swing component. I like to know how rows are generated dynamically where column remains fixed. Please anybody can help me out

+1  A: 

Have a look at the 'official' table tutorial: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html

Koen Weyn