This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
JTABLE
Posted by Dustpuppy on May 02, 2001 at 10:12 AM
> What is the best Swing component to use to display data from a database in a column/row form. The information should be uneditable and allow the user to selecto one of the records. > Thanks. Take a look at JTable. This was developed exclusively for use with JDBC. You can make this as simple or complex as you like.
Replies:
|