You can use Swing's components such as JTable, see: java.sun.com/.../table.htmlFor size of your applet, it has no direct solution and you should do a trick.for example in your JSP:<applet ... width=<%= ( number_of_rows * a_constant) %> ../>