[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.ve] Re: Visual Editor and JTable

Hey Sam,

Take a look at Sun's tutorial on using the JTable: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html

Basically, you'll need to create a table model that will be used by the table to populate it with data.

Hope this helps,
 - Jeff

sam wrote:
Hello,

I am trying to display data from my database in a jTable with VE, but I dont know how to configure the jTable properties. When I run the application, I can see only an empty frame without any data.

Can anyone help me.

Thanks.