posted 21 years ago
I'm a bit confused:
Are you asking to create and display the data in a HTML frame that is seperate from your applet, or you want to add scrolling functionality to a Panel within your applet? I'm not quite sure how to transfer the data from the applet to the rest of the HTML page to do the former (I'd use JSP/Servlets to do that....), but the latter is simple.
Generic instructions:
Add a JScrollPane to your applet using:
new JSCrollPane(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
Add a JPanel.JTable to the JScroll Pane
Set the size of the JPanel/JTable to whatever size you need.
Hope that this helps
Piscis Babelis est parvus, flavus, et hiridicus, et est probabiliter insolitissima raritas in toto mundo.