How to display data in a table format

Wat i m doing is :-I am querying Database and displaying the result in a JTextArea.Things are ok but i want more better approach to display the data and i.e in a Table Format.Plz tell me if it is possible n how !
[254 byte] By [Shabbsa] at [2007-10-3 5:23:24]
# 1
javax.swing.JTable
r035198xa at 2007-7-14 23:30:29 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Sir, If you know how to generate table in html....you can easily display data in table format using <table> tag <form><table> .......... .........try it
ManiJavaa at 2007-7-14 23:30:29 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
> > Plz tell me if it is possible n how !Note that this is a GUI question not a JDBC one. There are several forums for GUI questions.
jschella at 2007-7-14 23:30:29 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4
explore the web page stated below, http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
EqAfricaa at 2007-7-14 23:30:29 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 5
I got the solution
Shabbsa at 2007-7-14 23:30:29 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 6
I connected access database. & made table in it. but its not running saving data enetred through applets.
bansal212a at 2007-7-14 23:30:29 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...