Posted By:
Anonymous
Posted On:
Wednesday, October 10, 2001 09:03 AM
Greetings
I have an application that executes a database query via JDBC and places the results in a JTable inside of a JPanel
From javadoc I do not see a way to make the JTable scrollable; as it is usually too big to fit the screen, I'd like it to be.
Do I need to start from scratch to use a JScrollPane, or can I salvage my code and somehow, simply, make the JTable scrollable??